Share via


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 属性描述聚合的自变量。

适用于