SqlDataSourceSelectingEventArgs(DbCommand, DataSourceSelectArguments) Konstruktor

Definition

Initialisiert eine neue Instanz der SqlDataSourceSelectingEventArgs-Klasse unter Verwendung des angegebenen DbCommand-Objekts und aller an die DataSourceSelectArguments-Methode übergebenen 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)

Parameter

command
DbCommand

Ein DbCommand-Objekt, das die Select(DataSourceSelectArguments)-Abfrage darstellt, die abgebrochen werden kann.

Hinweise

Der inputParameters Parameter ist eine IDictionary Auflistung von Namen-Wert-Paaren, die mit denen in der Methodensignatur übereinstimmen und als Verweis übergeben werden.

Gilt für:

Weitere Informationen