DbProviderServices.CreateDbCommandDefinition Méthode

Définition

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.

S’applique à