Share via


DbLambdaExpression.Arguments Eigenschaft

Definition

Ruft eine DbExpression-Liste mit den Argumenten ab, auf die die Lambda-Funktion angewendet werden soll.

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)

Eigenschaftswert

Die DbExpression-Liste.

Gilt für: