Condividi tramite


DbLambda.Variables Proprietà

Definizione

Ottiene i parametri dell'espressione 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)

Valore della proprietà

Elenco dei parametri della funzione lambda rappresentati come oggetti DbVariableReferenceExpression.

Si applica a