DbProviderServices.CreateCommandDefinition Methode

Definition

Erstellt ein Befehlsdefinitionsobjekt aus der angegebenen Befehlsdefinition.

Überlädt

Name Beschreibung
CreateCommandDefinition(DbCommandTree)

Erstellt befehlsdefinition aus der Befehlsstruktur.

CreateCommandDefinition(DbCommand)

Erstellt eine Befehlsdefinition, die einen angegebenen Befehl verwendet.

CreateCommandDefinition(DbProviderManifest, DbCommandTree)

Erstellt Befehlsdefinitionen aus dem angegebenen Manifest und der Befehlsstruktur.

CreateCommandDefinition(DbCommandTree)

Erstellt befehlsdefinition aus der Befehlsstruktur.

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

Parameter

commandTree
DbCommandTree

Die Befehlsstruktur.

Gibt zurück

Die erstellte Befehlsdefinition.

Gilt für:

CreateCommandDefinition(DbCommand)

Erstellt eine Befehlsdefinition, die einen angegebenen Befehl verwendet.

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

Parameter

prototype
DbCommand

Der Befehl zum Erstellen der Befehlsdefinition.

Gibt zurück

Die erstellte Befehlsdefinition, die einen angegebenen Befehl verwendet.

Gilt für:

CreateCommandDefinition(DbProviderManifest, DbCommandTree)

Erstellt Befehlsdefinitionen aus dem angegebenen Manifest und der Befehlsstruktur.

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

Parameter

providerManifest
DbProviderManifest

Das Manifest.

commandTree
DbCommandTree

Die Befehlsstruktur.

Gibt zurück

Die erstellte Befehlsdefinition.

Gilt für: