次の方法で共有


IViewColumn.PropertyMappings プロパティ

定義

プロパティ マッピングを取得します。

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

プロパティ値

適用対象