BaseDataList.CreateDataSourceSelectArguments Metodo

Definizione

Crea un oggetto DataSourceSelectArguments predefinito utilizzato dal controllo con associazione a dati se non viene specificato alcun argomento.

protected:
 virtual System::Web::UI::DataSourceSelectArguments ^ CreateDataSourceSelectArguments();
protected virtual System.Web.UI.DataSourceSelectArguments CreateDataSourceSelectArguments ();
abstract member CreateDataSourceSelectArguments : unit -> System.Web.UI.DataSourceSelectArguments
override this.CreateDataSourceSelectArguments : unit -> System.Web.UI.DataSourceSelectArguments
Protected Overridable Function CreateDataSourceSelectArguments () As DataSourceSelectArguments

Restituisce

DataSourceSelectArguments

Proprietà DataSourceSelectArguments inizializzata su Empty.

Commenti

Il CreateDataSourceSelectArguments metodo è un metodo helper usato dalla proprietà per creare l'oggetto SelectArguments predefinito DataSourceSelectArguments .

Si applica a

Vedi anche