OleDbConnection.CreateCommand 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.
Crée et retourne un OleDbCommand objet associé au OleDbConnection.
public:
System::Data::OleDb::OleDbCommand ^ CreateCommand();
public System.Data.OleDb.OleDbCommand CreateCommand();
member this.CreateCommand : unit -> System.Data.OleDb.OleDbCommand
override this.CreateCommand : unit -> System.Data.OleDb.OleDbCommand
Public Function CreateCommand () As OleDbCommand
Retours
Objet OleDbCommand.