DbCommand.IDbCommand.Parameters Propriété
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.
Obtient le IDataParameterCollection.
property System::Data::IDataParameterCollection ^ System::Data::IDbCommand::Parameters { System::Data::IDataParameterCollection ^ get(); };
System.Data.IDataParameterCollection System.Data.IDbCommand.Parameters { get; }
member this.System.Data.IDbCommand.Parameters : System.Data.IDataParameterCollection
ReadOnly Property Parameters As IDataParameterCollection Implements IDbCommand.Parameters
Valeur de propriété
Paramètres de l’instruction SQL ou de la procédure stockée.
Implémente
Remarques
Ce membre est une implémentation explicite de membre d’interface. Elle ne peut être utilisée que lorsque l’instance DbCommand est convertie en IDbCommand interface.
Pour plus d’informations, consultez Parameters.