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 に対する引数を定義する式の一覧。

注釈

DbAggregateArguments プロパティは、集計に対する引数を示します。

適用対象