EntityType.DeclaredProperties Property

 

Gets the list of declared properties for the entity type.

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

public ReadOnlyMetadataCollection<EdmProperty> DeclaredProperties { get; }

Property Value

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

The declared properties for the entity type.