MetadataItem.MetadataProperties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework