Freigeben über


DbEntityEntry.Entity-Eigenschaft

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

Ruft die Entität ab.

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

Syntax

'Declaration
Public ReadOnly Property Entity As Object 
    Get
'Usage
Dim instance As DbEntityEntry 
Dim value As Object 

value = instance.Entity
public Object Entity { get; }
public:
property Object^ Entity {
    Object^ get ();
}
member Entity : Object
function get Entity () : Object

Eigenschaftswert

Typ: System.Object
Die Entität.

Siehe auch

Verweis

DbEntityEntry Klasse

System.Data.Entity.Infrastructure-Namespace