Repeater.SelectArguments Proprietà

Definizione

Ottiene un oggetto DataSourceSelectArguments che il controllo Repeater utilizza al momento del recupero dei 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à

DataSourceSelectArguments

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

Commenti

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

Si applica a

Vedi anche