IColumn.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 the property mappings.
public System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IColumnMapping> PropertyMappings { get; }
public System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IColumnMapping> PropertyMappings { get; }
member this.PropertyMappings : seq<Microsoft.EntityFrameworkCore.Metadata.IColumnMapping>
member this.PropertyMappings : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IColumnMapping>
Public ReadOnly Property PropertyMappings As IEnumerable(Of IColumnMapping)
Public ReadOnly Property PropertyMappings As IReadOnlyList(Of IColumnMapping)
Property Value
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework