LinqDataSourceView.OrderGroupsByParameters 属性

定义

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

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

属性值

ParameterCollection

用于创建 OrderGroupsBy 子句的参数。

注解

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

适用于

另请参阅