SqlDataSourceSelectingEventArgs(DbCommand, DataSourceSelectArguments) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.
- arguments
- DataSourceSelectArguments
Objet DataSourceSelectArguments passé à la méthode Select(DataSourceSelectArguments).
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.