EntityTypeBase.KeyProperties Property

Definition

Gets the list of all the key properties for this entity type.

public virtual System.Data.Entity.Core.Metadata.Edm.ReadOnlyMetadataCollection<System.Data.Entity.Core.Metadata.Edm.EdmProperty> KeyProperties { get; }
member this.KeyProperties : System.Data.Entity.Core.Metadata.Edm.ReadOnlyMetadataCollection<System.Data.Entity.Core.Metadata.Edm.EdmProperty>
Public Overridable ReadOnly Property KeyProperties As ReadOnlyMetadataCollection(Of EdmProperty)

Property Value

The list of all the key properties for this entity type.

Applies to