EntityTypeBase::KeyMembers Property
.NET Framework (current version)
Gets the list of all the key members for the current entity or relationship type.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
public: property ReadOnlyMetadataCollection<EdmMember^>^ KeyMembers { ReadOnlyMetadataCollection<EdmMember^>^ get(); }
Property Value
Type: System.Data.Metadata.Edm::ReadOnlyMetadataCollection<EdmMember^>^A ReadOnlyMetadataCollection<T> object that represents the list of key members for the current entity or relationship type.
.NET Framework
Available since 3.5
Available since 3.5
Show: