DetailsView.CreateDataSourceSelectArguments Método

Definición

Crea el DataSourceSelectArguments objeto que se pasa 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

Devoluciones

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