DetailsView.CreateDataSourceSelectArguments Metodo

Definizione

Crea l'oggetto DataSourceSelectArguments passato al comando Select.

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

Valori restituiti

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