EntityTypeBase::KeyMembers Property

 

Gets the list of all the key members for the current entity or relationship type.

Namespace:   System.Data.Metadata.Edm
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
Return to top
Show: