共用方式為


DbAggregate.Arguments 屬性

定義

取得定義這個 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)

屬性值

定義這個 DbAggregate 之引數的運算式清單。

備註

ArgumentsDbAggregate 屬性會描述彙總的引數。

適用於