DetailsView.CreateDataSourceSelectArguments Metodo

Definizione

Crea l'oggetto DataSourceSelectArguments che viene passato al comando di selezione.

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

Restituisce

DataSourceSelectArguments

Oggetto DataSourceSelectArguments passato al comando Select.

Commenti

Il CreateDataSourceSelectArguments metodo è un metodo helper chiamato dal DetailsView controllo per creare l'oggetto DataSourceSelectArguments passato al comando Select.

Si applica a

Vedi anche