Repeater.SelectArguments Właściwość

Definicja

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

Obiekt używany do pobierania DataSourceSelectArguments danych. Wartość domyślna Empty to wartość.

Uwagi

Pierwsze wywołanie obiektu DataSourceSelectArguments wywołuje metodę CreateDataSourceSelectArguments w celu utworzenia Empty obiektu.

Dotyczy

Zobacz też