EntityRecordInfo.EntityKey-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 den EntityKey für die Entität ab.
Namespace: System.Data.Entity.Core.Common
Assembly: EntityFramework (in EntityFramework.dll)
Syntax
'Declaration
Public ReadOnly Property EntityKey As EntityKey
Get
'Usage
Dim instance As EntityRecordInfo
Dim value As EntityKey
value = instance.EntityKey
public EntityKey EntityKey { get; }
public:
property EntityKey^ EntityKey {
EntityKey^ get ();
}
member EntityKey : EntityKey
function get EntityKey () : EntityKey
Eigenschaftswert
Typ: System.Data.Entity.Core.EntityKey
Der Schlüssel für die Entität.