SqlDataSourceSelectingEventArgs(DbCommand, DataSourceSelectArguments) Konstruktor
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Inicializuje novou instanci třídy pomocí zadaného objektu a všechny SqlDataSourceSelectingEventArgs DbCommand DataSourceSelectArguments předané Select(DataSourceSelectArguments) metodě.
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
Objekt, DbCommand který představuje zrušitelný Select(DataSourceSelectArguments) dotaz.
- arguments
- DataSourceSelectArguments
Objekt DataSourceSelectArguments předaný Select(DataSourceSelectArguments) metodě .
Poznámky
Parametr inputParameters
je kolekce párů název/hodnota, které odpovídají těm v podpisu metody a IDictionary jsou předány odkazem.