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 子句的參數集合。

適用於