LinqDataSourceView.GroupByParameters Özellik

Tanım

Select işlemi sırasında GroupBy yan tümcesini oluşturmak için değerleri kullanılan parametrelerin koleksiyonunu alır.

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

Özellik Değeri

ParameterCollection

GroupBy yan tümcesini oluşturmak için kullanılan parametrelerin bir koleksiyonu.

Açıklamalar

Daha fazla bilgi için bkz LinqDataSource.GroupByParameters . özelliği.

Şunlara uygulanır

Ayrıca bkz.