SqlDataSourceSelectingEventArgs(DbCommand, DataSourceSelectArguments) Constructeur

Définition

Initialise une nouvelle instance de la classe SqlDataSourceSelectingEventArgs à l'aide de l'objet DbCommand spécifié et de tous les DataSourceSelectArguments passés à la méthode 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)

Paramètres

command
DbCommand

Objet DbCommand qui représente la requête Select(DataSourceSelectArguments) annulable.

Remarques

Le inputParameters paramètre est une IDictionary collection de paires nom/valeur qui correspondent à celles de la signature de méthode et qui sont passées par référence.

S’applique à

Voir aussi