Share via


EndPropertyMapping.PropertyMappings Property

Definition

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)

Property Value

Applies to