DbLambda.Variables Property

Definition

Gets the parameters of the lambda expression.

public:
 property System::Collections::Generic::IList<System::Data::Common::CommandTrees::DbVariableReferenceExpression ^> ^ Variables { System::Collections::Generic::IList<System::Data::Common::CommandTrees::DbVariableReferenceExpression ^> ^ get(); };
public System.Collections.Generic.IList<System.Data.Common.CommandTrees.DbVariableReferenceExpression> Variables { get; }
member this.Variables : System.Collections.Generic.IList<System.Data.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