Freigeben über


DbProviderServices.CreateCommandDefinition-Methode (DbCommand)

[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]

Erstellt das standardmäßige DbCommandDefinition-Objekt basierend auf den Prototypbefehl. Diese Methode dient dazu, dass Anbieterwriter eine standardmäßige Befehlsdefinition über einen Befehl erstellen können. Hinweis: Hierdurch wird der Prototyp geklont

Namespace:  System.Data.Entity.Core.Common
Assembly:  EntityFramework (in EntityFramework.dll)

Syntax

'Declaration
Public Overridable Function CreateCommandDefinition ( _
    prototype As DbCommand _
) As DbCommandDefinition
'Usage
Dim instance As DbProviderServices 
Dim prototype As DbCommand 
Dim returnValue As DbCommandDefinition 

returnValue = instance.CreateCommandDefinition(prototype)
public virtual DbCommandDefinition CreateCommandDefinition(
    DbCommand prototype
)
public:
virtual DbCommandDefinition^ CreateCommandDefinition(
    DbCommand^ prototype
)
abstract CreateCommandDefinition : 
        prototype:DbCommand -> DbCommandDefinition  
override CreateCommandDefinition : 
        prototype:DbCommand -> DbCommandDefinition
public function CreateCommandDefinition(
    prototype : DbCommand
) : DbCommandDefinition

Parameter

Rückgabewert

Typ: System.Data.Entity.Core.Common.DbCommandDefinition
ein ausführbares Befehlsdefinitionsobjekt

Siehe auch

Verweis

DbProviderServices Klasse

CreateCommandDefinition-Überladung

System.Data.Entity.Core.Common-Namespace