DataBoundControl.SelectArguments Właściwość

Definicja

Pobiera obiekt używany przez kontrolkę DataSourceSelectArguments powiązana 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

DataSourceSelectArguments Wartość używana przez kontrolkę powiązana z danymi do pobierania danych. Wartość domyślna to Empty.

Uwagi

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

Dotyczy

Zobacz też