Freigeben über


DbEntityEntry<TEntity>.CurrentValues-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 aktuellen Eigenschaftswerte für die nachverfolgte Entität ab, die von diesem Objekt dargestellt wird.

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

Syntax

'Declaration
Public ReadOnly Property CurrentValues As DbPropertyValues 
    Get
'Usage
Dim instance As DbEntityEntry 
Dim value As DbPropertyValues 

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

Eigenschaftswert

Typ: System.Data.Entity.Infrastructure.DbPropertyValues
Die aktuellen Werte.

Siehe auch

Verweis

DbEntityEntry<TEntity> Klasse

System.Data.Entity.Infrastructure-Namespace