MetadataItem.MetadataProperties Property

Definition

Gets the list of properties of the current type.

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

Property Value

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

Applies to