Freigeben über


EntityConnection.CreateCommand-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 eine neue Instanz einer EntityCommand, mit der Connection auf diese EntityConnection festgelegt.

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

Syntax

'Declaration
Public Overridable Function CreateCommand As EntityCommand
'Usage
Dim instance As EntityConnection 
Dim returnValue As EntityCommand 

returnValue = instance.CreateCommand()
public virtual EntityCommand CreateCommand()
public:
virtual EntityCommand^ CreateCommand()
abstract CreateCommand : unit -> EntityCommand  
override CreateCommand : unit -> EntityCommand
public function CreateCommand() : EntityCommand

Rückgabewert

Typ: System.Data.Entity.Core.EntityClient.EntityCommand
Ein EntityCommand-Objekt.

Ausnahmen

Ausnahme Bedingung
InvalidOperationException

Der Name des zugrunde liegenden Datenanbieters ist nicht bekannt.

Siehe auch

Verweis

EntityConnection Klasse

System.Data.Entity.Core.EntityClient-Namespace