DetailsView.CreateDataSourceSelectArguments Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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
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.