SqlDataSourceCommandEventArgs(DbCommand) 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 SqlDataSourceCommandEventArgs classe à l’aide de l’objet de commande de base de données spécifié.
public:
SqlDataSourceCommandEventArgs(System::Data::Common::DbCommand ^ command);
public SqlDataSourceCommandEventArgs(System.Data.Common.DbCommand command);
new System.Web.UI.WebControls.SqlDataSourceCommandEventArgs : System.Data.Common.DbCommand -> System.Web.UI.WebControls.SqlDataSourceCommandEventArgs
Public Sub New (command As DbCommand)
Paramètres
- command
- DbCommand
Objet DbCommand qui représente l’objet annulable Update(), Insert()ou Delete() commande.