DbProviderServices.CreateCommandDefinition Methode

Definitie

Hiermee maakt u een opdrachtdefinitieobject op basis van de opgegeven opdrachtdefinitie.

Overloads

Name Description
CreateCommandDefinition(DbCommandTree)

Hiermee maakt u een opdrachtdefinitie op basis van de opdrachtstructuur.

CreateCommandDefinition(DbCommand)

Hiermee maakt u een opdrachtdefinitie die gebruikmaakt van een opgegeven opdracht.

CreateCommandDefinition(DbProviderManifest, DbCommandTree)

Hiermee maakt u een opdrachtdefinitie op basis van het opgegeven manifest en de opdrachtstructuur.

CreateCommandDefinition(DbCommandTree)

Hiermee maakt u een opdrachtdefinitie op basis van de opdrachtstructuur.

public:
 System::Data::Common::DbCommandDefinition ^ CreateCommandDefinition(System::Data::Common::CommandTrees::DbCommandTree ^ commandTree);
public System.Data.Common.DbCommandDefinition CreateCommandDefinition(System.Data.Common.CommandTrees.DbCommandTree commandTree);
member this.CreateCommandDefinition : System.Data.Common.CommandTrees.DbCommandTree -> System.Data.Common.DbCommandDefinition
Public Function CreateCommandDefinition (commandTree As DbCommandTree) As DbCommandDefinition

Parameters

commandTree
DbCommandTree

De opdrachtstructuur.

Retouren

De gemaakte opdrachtdefinitie.

Van toepassing op

CreateCommandDefinition(DbCommand)

Hiermee maakt u een opdrachtdefinitie die gebruikmaakt van een opgegeven opdracht.

public:
 virtual System::Data::Common::DbCommandDefinition ^ CreateCommandDefinition(System::Data::Common::DbCommand ^ prototype);
public virtual System.Data.Common.DbCommandDefinition CreateCommandDefinition(System.Data.Common.DbCommand prototype);
abstract member CreateCommandDefinition : System.Data.Common.DbCommand -> System.Data.Common.DbCommandDefinition
override this.CreateCommandDefinition : System.Data.Common.DbCommand -> System.Data.Common.DbCommandDefinition
Public Overridable Function CreateCommandDefinition (prototype As DbCommand) As DbCommandDefinition

Parameters

prototype
DbCommand

De opdracht die wordt gebruikt om een opdrachtdefinitie te maken.

Retouren

De gemaakte opdrachtdefinitie die gebruikmaakt van een opgegeven opdracht.

Van toepassing op

CreateCommandDefinition(DbProviderManifest, DbCommandTree)

Hiermee maakt u een opdrachtdefinitie op basis van het opgegeven manifest en de opdrachtstructuur.

public:
 System::Data::Common::DbCommandDefinition ^ CreateCommandDefinition(System::Data::Common::DbProviderManifest ^ providerManifest, System::Data::Common::CommandTrees::DbCommandTree ^ commandTree);
public System.Data.Common.DbCommandDefinition CreateCommandDefinition(System.Data.Common.DbProviderManifest providerManifest, System.Data.Common.CommandTrees.DbCommandTree commandTree);
member this.CreateCommandDefinition : System.Data.Common.DbProviderManifest * System.Data.Common.CommandTrees.DbCommandTree -> System.Data.Common.DbCommandDefinition
Public Function CreateCommandDefinition (providerManifest As DbProviderManifest, commandTree As DbCommandTree) As DbCommandDefinition

Parameters

providerManifest
DbProviderManifest

Het manifest.

commandTree
DbCommandTree

De opdrachtstructuur.

Retouren

De gemaakte opdrachtdefinitie.

Van toepassing op