EntityType.DeclaredProperties Property

Definition

Gets the list of declared properties for the entity type.

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

Property Value

The declared properties for the entity type.

Applies to