SqlDataSourceSelectingEventArgs(DbCommand, DataSourceSelectArguments) Konstruktor
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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ć.
- arguments
- DataSourceSelectArguments
Obiekt DataSourceSelectArguments przekazany do metody Select(DataSourceSelectArguments) .
Uwagi
Parametr inputParameters
jest IDictionary kolekcją par nazwa/wartość, które pasują do tych w sygnaturze metody i są przekazywane przez odwołanie.