DbProviderServices.CreateDbCommandDefinition Método

Definición

Crea un objeto de definición de comandos para el manifiesto de proveedor y el árbol de comandos especificados.

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

Parámetros

providerManifest
DbProviderManifest

Manifiesto del proveedor recuperado previamente del proveedor de la tienda.

commandTree
DbCommandTree

Árbol de comandos de la instrucción .

Devoluciones

Objeto de definición de comandos ejecutable.

Se aplica a