DbEntityValidationResult.Entry-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 eine Instanz von DbEntityEntry ab, auf die sich die Ergebnisse beziehen.
Namespace: System.Data.Entity.Validation
Assembly: EntityFramework (in EntityFramework.dll)
Syntax
'Declaration
Public ReadOnly Property Entry As DbEntityEntry
Get
'Usage
Dim instance As DbEntityValidationResult
Dim value As DbEntityEntry
value = instance.Entry
public DbEntityEntry Entry { get; }
public:
property DbEntityEntry^ Entry {
DbEntityEntry^ get ();
}
member Entry : DbEntityEntry
function get Entry () : DbEntityEntry
Eigenschaftswert
Typ: System.Data.Entity.Infrastructure.DbEntityEntry