LinqDataSourceView.GroupByParameters 属性

定义

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

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

属性值

ParameterCollection

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

注解

有关更多信息,请参见 LinqDataSource.GroupByParameters 属性。

适用于

另请参阅