ITableMappingBase.ColumnMappings Property

Definition

Gets the properties mapped to columns on the target table.

public System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IColumnMappingBase> ColumnMappings { get; }
member this.ColumnMappings : seq<Microsoft.EntityFrameworkCore.Metadata.IColumnMappingBase>
Public ReadOnly Property ColumnMappings As IEnumerable(Of IColumnMappingBase)

Property Value

Applies to