次の方法で共有


ISqlQueryColumn.PropertyMappings プロパティ

定義

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

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

プロパティ値

適用対象