QueryableDataSourceView.OrderGroupsByParameters 属性

定义

获取用于创建 OrderGroupsBy 子句的参数的集合。

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

属性值

ParameterCollection

用于创建 OrderGroupsBy 子句的参数。

适用于