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