DbProviderServices.CreateCommandDefinition Metódus

Definíció

Létrehoz egy parancsdefiníciós objektumot a megadott parancsdefinícióból.

Túlterhelések

Name Description
CreateCommandDefinition(DbCommandTree)

Parancsdefiníciót hoz létre a parancsfából.

CreateCommandDefinition(DbCommand)

Egy megadott parancsot használó parancsdefiníciót hoz létre.

CreateCommandDefinition(DbProviderManifest, DbCommandTree)

Parancsdefiníciót hoz létre a megadott jegyzékfájlból és parancsfából.

CreateCommandDefinition(DbCommandTree)

Parancsdefiníciót hoz létre a parancsfából.

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

Paraméterek

commandTree
DbCommandTree

A parancsfa.

Válaszok

A létrehozott parancsdefiníció.

A következőre érvényes:

CreateCommandDefinition(DbCommand)

Egy megadott parancsot használó parancsdefiníciót hoz létre.

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

Paraméterek

prototype
DbCommand

A parancsdefiníció létrehozásához használt parancs.

Válaszok

A megadott parancsot használó létrehozott parancsdefiníció.

A következőre érvényes:

CreateCommandDefinition(DbProviderManifest, DbCommandTree)

Parancsdefiníciót hoz létre a megadott jegyzékfájlból és parancsfából.

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

Paraméterek

providerManifest
DbProviderManifest

A jegyzék.

commandTree
DbCommandTree

A parancsfa.

Válaszok

A létrehozott parancsdefiníció.

A következőre érvényes: