SqlDataSourceSelectingEventArgs(DbCommand, DataSourceSelectArguments) Constructor

Definición

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

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 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