SqlDataSourceSelectingEventArgs(DbCommand, DataSourceSelectArguments) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy przy użyciu określonego obiektu i SqlDataSourceSelectingEventArgs DbCommand dowolnego DataSourceSelectArguments przekazanego do metody 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)

Parametry

command
DbCommand

Obiekt DbCommand reprezentujący zapytanie, które można Select(DataSourceSelectArguments) anulować.

Uwagi

Parametr inputParameters jest IDictionary kolekcją par nazwa/wartość, które pasują do tych w sygnaturze metody i są przekazywane przez odwołanie.

Dotyczy

Zobacz też