Udostępnij za pośrednictwem


BaseDataList.SelectArguments Właściwość

Definicja

Pobiera obiekt używany przez kontrolkę DataSourceSelectArguments związaną z danymi podczas pobierania danych z kontrolki źródła danych.

protected:
 property System::Web::UI::DataSourceSelectArguments ^ SelectArguments { System::Web::UI::DataSourceSelectArguments ^ get(); };
protected System.Web.UI.DataSourceSelectArguments SelectArguments { get; }
member this.SelectArguments : System.Web.UI.DataSourceSelectArguments
Protected ReadOnly Property SelectArguments As DataSourceSelectArguments

Wartość właściwości

DataSourceSelectArguments

Element DataSourceSelectArguments używany przez kontrolkę związaną z danymi do pobierania danych. Wartość domyślna to zwracanie wartości z CreateDataSourceSelectArguments().

Uwagi

Właściwość SelectArguments wywołuje metodę , CreateDataSourceSelectArguments aby utworzyć obiekt domyślny DataSourceSelectArguments .

Dotyczy

Zobacz też