Compartilhar via


SqlDataSourceSelectingEventArgs(DbCommand, DataSourceSelectArguments) Construtor

Definição

Inicializa uma nova instância da classe SqlDataSourceSelectingEventArgs usando o objeto DbCommand especificado e qualquer DataSourceSelectArguments passado para o 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

Um objeto DbCommand que representa a consulta Select(DataSourceSelectArguments) cancelável.

Comentários

O inputParameters parâmetro é uma IDictionary coleção de pares de nome/valor que correspondem àqueles na assinatura do método e são passados por referência.

Aplica-se a

Confira também