DbProviderServices.CreateDbCommandDefinition 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 un objet de définition de commande pour le manifeste de fournisseur et l’arborescence de commandes spécifiés.
protected:
abstract System::Data::Common::DbCommandDefinition ^ CreateDbCommandDefinition(System::Data::Common::DbProviderManifest ^ providerManifest, System::Data::Common::CommandTrees::DbCommandTree ^ commandTree);
protected abstract System.Data.Common.DbCommandDefinition CreateDbCommandDefinition(System.Data.Common.DbProviderManifest providerManifest, System.Data.Common.CommandTrees.DbCommandTree commandTree);
abstract member CreateDbCommandDefinition : System.Data.Common.DbProviderManifest * System.Data.Common.CommandTrees.DbCommandTree -> System.Data.Common.DbCommandDefinition
Protected MustOverride Function CreateDbCommandDefinition (providerManifest As DbProviderManifest, commandTree As DbCommandTree) As DbCommandDefinition
Paramètres
- providerManifest
- DbProviderManifest
Manifeste du fournisseur précédemment récupéré à partir du fournisseur de magasin.
- commandTree
- DbCommandTree
Arborescence de commandes de l’instruction.
Retours
Objet de définition de commande exécutable.