Compartir a través de


DetailsView.CreateDataSourceSelectArguments Método

Definición

Crea el objeto DataSourceSelectArguments que se pasa al comando de selección.

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

Devoluciones

DataSourceSelectArguments

DataSourceSelectArguments que se pasa al comando Select.

Comentarios

El CreateDataSourceSelectArguments método es un método auxiliar llamado por el DetailsView control para crear el DataSourceSelectArguments objeto que se pasa al comando Select.

Se aplica a

Consulte también