EndPropertyMapping.PropertyMappings 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 a ReadOnlyCollection of ScalarPropertyMapping that specifies the children of this association end property mapping.
public System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Entity.Core.Mapping.ScalarPropertyMapping> PropertyMappings { get; }
member this.PropertyMappings : System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Entity.Core.Mapping.ScalarPropertyMapping>
Public ReadOnly Property PropertyMappings As ReadOnlyCollection(Of ScalarPropertyMapping)