Freigeben über


EntityCommand-Konstruktor

[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.]

Initialisiert eine neue Instanz der EntityCommand-Klasse unter Verwendung der angegebenen Werte.

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

Syntax

'Declaration
Public Sub New
'Usage
Dim instance As New EntityCommand()
public EntityCommand()
public:
EntityCommand()
new : unit -> EntityCommand
public function EntityCommand()

Siehe auch

Verweis

EntityCommand Klasse

EntityCommand-Überladung

System.Data.Entity.Core.EntityClient-Namespace