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 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é
Les paramètres de la procédure stockée ou de l’instruction SQL.
Implémente
Remarques
Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de DbCommand est castée en interface IDbCommand.
Pour plus d'informations, consultez Parameters.