ITableMapping.ColumnMappings 属性

定义

获取映射到目标表上的列的属性。

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

属性值

适用于