ObjectSet<TEntity>.CreateObject-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 Entitätstypobjekt.
Namespace: System.Data.Entity.Core.Objects
Assembly: EntityFramework (in EntityFramework.dll)
Syntax
'Declaration
Public Function CreateObject As TEntity
'Usage
Dim instance As ObjectSet
Dim returnValue As TEntity
returnValue = instance.CreateObject()
public TEntity CreateObject()
public:
TEntity CreateObject()
member CreateObject : unit -> 'TEntity
public function CreateObject() : TEntity
Rückgabewert
Typ: TEntity
Das neue Entitätstypobjekt oder eine Instanz eines Proxytyps, der dem Entitätstyp entspricht.