SqlDatabase.AddInParameter(DbCommand, String, DbType, Object) Méthode
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.
public:
void AddInParameter(System::Data::Common::DbCommand ^ command, System::String ^ name, System::Data::DbType dbType, System::Object ^ value);
public void AddInParameter (System.Data.Common.DbCommand command, string name, System.Data.DbType dbType, object value);
member this.AddInParameter : System.Data.Common.DbCommand * string * System.Data.DbType * obj -> unit
Paramètres
- command
- DbCommand
- name
- String
- dbType
- DbType
- value
- Object