Repeater.SelectArguments Proprietà

Definizione

Ottiene un DataSourceSelectArguments oggetto utilizzato dal controllo durante il Repeater recupero di dati da un controllo origine dati.

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

Valore della proprietà

Oggetto DataSourceSelectArguments utilizzato per recuperare i dati. Il valore predefinito è il Empty valore .

Commenti

La prima chiamata all'oggetto DataSourceSelectArguments chiama il CreateDataSourceSelectArguments metodo per creare l'oggetto Empty .

Si applica a

Vedi anche