Share via


DbLambda.Variables Property

Definition

Gets the parameters of the lambda expression.

public System.Collections.Generic.IList<System.Data.Entity.Core.Common.CommandTrees.DbVariableReferenceExpression> Variables { get; }
member this.Variables : System.Collections.Generic.IList<System.Data.Entity.Core.Common.CommandTrees.DbVariableReferenceExpression>
Public ReadOnly Property Variables As IList(Of DbVariableReferenceExpression)

Property Value

The list of lambda function parameters represented as DbVariableReferenceExpression objects.

Applies to