Udostępnij za pośrednictwem


DbAggregate.Arguments Właściwość

Definicja

Pobiera listę wyrażeń, które definiują argumenty do tego DbAggregateelementu .

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)

Wartość właściwości

Lista wyrażeń definiujących argumenty do tego DbAggregateelementu .

Uwagi

Właściwość Arguments opisuje DbAggregate argumenty agregacji.

Dotyczy