Sdílet prostřednictvím


DbLambda.Variables Vlastnost

Definice

Získá parametry výrazu lambda.

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)

Hodnota vlastnosti

Seznam parametrů funkce lambda reprezentovaných jako DbVariableReferenceExpression objekty.

Platí pro