Sdílet prostřednictvím


SqlDataSourceSelectingEventArgs(DbCommand, DataSourceSelectArguments) Konstruktor

Definice

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.

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.

Platí pro

Viz také