LinqDataSourceView.OrderGroupsByParameters Właściwość

Definicja

Pobiera kolekcję parametrów używanych do tworzenia klauzuli 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

Wartość właściwości

Parametry używane do tworzenia klauzuli OrderGroupsBy.

Uwagi

Aby uzyskać więcej informacji, zobacz LinqDataSource.OrderGroupsByParameters właściwość .

Dotyczy

Zobacz też