QueryableDataSourceView.GroupByParameters 属性

定义

获取一个参数集合,其中的参数值用于在选择操作过程中创建 GroupBy 子句。

public:
 virtual property System::Web::UI::WebControls::ParameterCollection ^ GroupByParameters { System::Web::UI::WebControls::ParameterCollection ^ get(); };
public virtual System.Web.UI.WebControls.ParameterCollection GroupByParameters { get; }
member this.GroupByParameters : System.Web.UI.WebControls.ParameterCollection
Public Overridable ReadOnly Property GroupByParameters As ParameterCollection

属性值

ParameterCollection

用于创建 GroupBy 子句的参数的集合。

适用于