SqlDataSourceSelectingEventArgs(DbCommand, DataSourceSelectArguments) Konstruktor

Definition

Initialisiert eine neue Instanz der SqlDataSourceSelectingEventArgs Klasse, wobei das angegebene DbCommand Objekt und alle DataSourceSelectArguments an die Select(DataSourceSelectArguments) Methode übergebenen Objekte verwendet werden.

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 abbruchbare Select(DataSourceSelectArguments) Abfrage darstellt.

Hinweise

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

Gilt für:

Weitere Informationen