DataBoundControl.SelectArguments Proprietà

Definizione

Ottiene un oggetto DataSourceSelectArguments che il controllo con associazione a dati 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

Valore DataSourceSelectArguments utilizzato dal controllo con associazione a dati per recuperare i dati. Il valore predefinito è Empty.

Commenti

La SelectArguments proprietà chiama il CreateDataSourceSelectArguments metodo per creare un oggetto predefinito DataSourceSelectArguments .

Si applica a

Vedi anche