MetadataItem.MetadataProperties Property

 

Gets the list of properties of the current type.

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

public virtual ReadOnlyMetadataCollection<MetadataProperty> MetadataProperties { get; }

Property Value

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

A collection of type ReadOnlyMetadataCollection<T> that contains the list of properties of the current type.