Share via


IFunctionColumn.PropertyMappings プロパティ

定義

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

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

プロパティ値

適用対象