EntityType.DeclaredMembers Property

 

Gets the collection of declared members for the entity type.

Namespace:   System.Data.Entity.Core.Metadata.Edm
Assembly:  EntityFramework (in EntityFramework.dll)

public ReadOnlyMetadataCollection<EdmMember> DeclaredMembers { get; }

Property Value

Type: System.Data.Entity.Core.Metadata.Edm.ReadOnlyMetadataCollection<EdmMember>

The collection of declared members for the entity type.