Compartir a través de


SqlDataSourceSelectingEventArgs(DbCommand, DataSourceSelectArguments) Constructor

Definición

Inicializa una nueva instancia de la clase SqlDataSourceSelectingEventArgs, utilizando el objeto DbCommand especificado y cualquier objeto DataSourceSelectArguments que se haya pasado al método Select(DataSourceSelectArguments).

public:
 SqlDataSourceSelectingEventArgs(System::Data::Common::DbCommand ^ command, System::Web::UI::DataSourceSelectArguments ^ arguments);
public SqlDataSourceSelectingEventArgs (System.Data.Common.DbCommand command, System.Web.UI.DataSourceSelectArguments arguments);
new System.Web.UI.WebControls.SqlDataSourceSelectingEventArgs : System.Data.Common.DbCommand * System.Web.UI.DataSourceSelectArguments -> System.Web.UI.WebControls.SqlDataSourceSelectingEventArgs
Public Sub New (command As DbCommand, arguments As DataSourceSelectArguments)

Parámetros

command
DbCommand

Objeto DbCommand que representa la consulta cancelable de Select(DataSourceSelectArguments).

Comentarios

El inputParameters parámetro es una IDictionary colección de pares nombre-valor que coinciden con los de la firma del método y se pasan por referencia.

Se aplica a

Consulte también