Sdílet prostřednictvím


DbLambdaExpression.Arguments Vlastnost

Definice

DbExpression Získá seznam, který poskytuje argumenty, na které lambda funkce by měla být použita.

public:
 property System::Collections::Generic::IList<System::Data::Common::CommandTrees::DbExpression ^> ^ Arguments { System::Collections::Generic::IList<System::Data::Common::CommandTrees::DbExpression ^> ^ get(); };
public System.Collections.Generic.IList<System.Data.Common.CommandTrees.DbExpression> Arguments { get; }
member this.Arguments : System.Collections.Generic.IList<System.Data.Common.CommandTrees.DbExpression>
Public ReadOnly Property Arguments As IList(Of DbExpression)

Hodnota vlastnosti

Seznam DbExpression .

Platí pro