DbFunctionExpression.Arguments Tulajdonság

Definíció

Lekéri a DbExpression függvény argumentumait tartalmazó listát.

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)

Tulajdonság értéke

A DbExpression függvény argumentumait tartalmazó lista.

A következőre érvényes: