Share via


DbFunctionExpression.Arguments Proprietà

Definizione

Ottiene un elenco DbExpression che fornisce gli argomenti per la funzione.

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)

Valore della proprietà

Elenco DbExpression che fornisce gli argomenti per la funzione.

Si applica a