LinqDataSourceView.OrderGroupsByParameters Proprietà

Definizione

Ottiene una raccolta di parametri usati per creare la clausola 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

Valore della proprietà

ParameterCollection

Parametri utilizzati per creare la clausola OrderGroupsBy.

Commenti

Per altre informazioni, vedere la proprietà LinqDataSource.OrderGroupsByParameters.

Si applica a

Vedi anche