Compartir vía


ModelDataSourceView.Select Método

Definición

Selecciona el método y obtiene el resultado.

public:
 override void Select(System::Web::UI::DataSourceSelectArguments ^ arguments, System::Web::UI::DataSourceViewSelectCallback ^ callback);
public override void Select (System.Web.UI.DataSourceSelectArguments arguments, System.Web.UI.DataSourceViewSelectCallback callback);
override this.Select : System.Web.UI.DataSourceSelectArguments * System.Web.UI.DataSourceViewSelectCallback -> unit
Public Overrides Sub Select (arguments As DataSourceSelectArguments, callback As DataSourceViewSelectCallback)

Parámetros

arguments
DataSourceSelectArguments

Los argumentos del método Select.

callback
DataSourceViewSelectCallback

Devolución de llamada seleccionada.

Se aplica a