Freigeben über


EntityConnection.CreateDbCommand-Methode

[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 ein neues Befehlsobjekt, das dieses Verbindungsobjekt verwendet

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

Syntax

'Declaration
Protected Overrides Function CreateDbCommand As DbCommand
'Usage
Dim returnValue As DbCommand 

returnValue = Me.CreateDbCommand()
protected override DbCommand CreateDbCommand()
protected:
virtual DbCommand^ CreateDbCommand() override
abstract CreateDbCommand : unit -> DbCommand  
override CreateDbCommand : unit -> DbCommand
protected override function CreateDbCommand() : DbCommand

Rückgabewert

Typ: System.Data.Common.DbCommand
Das Befehlsobjekt.

Siehe auch

Verweis

EntityConnection Klasse

System.Data.Entity.Core.EntityClient-Namespace