SqlDataSourceSelectingEventArgs(DbCommand, DataSourceSelectArguments) Construtor

Definição

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

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

Observações

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

Aplica-se a

Ver também