Condividi tramite


DbAggregate.Arguments Proprietà

Definizione

Ottiene l'elenco di espressioni che definiscono gli argomenti per l'oggetto DbAggregate.

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 di espressioni che definiscono gli argomenti dell'oggetto DbAggregate.

Commenti

La Arguments proprietà di DbAggregate descrive gli argomenti dell'aggregazione.

Si applica a