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

属性值

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

注解

有关详细信息,请参阅 LinqDataSource.GroupByParameters 属性。

适用于

另请参阅