DbAggregate.Arguments Tulajdonság

Definíció

Lekéri az argumentumokat meghatározó kifejezések listáját.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)

Tulajdonság értéke

Az argumentumokat meghatározó kifejezések listája.DbAggregate

Megjegyzések

A Arguments tulajdonság DbAggregate az összesítés argumentumait írja le.

A következőre érvényes: