次の方法で共有


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)

プロパティ値

適用対象