다음을 통해 공유


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)

속성 값

적용 대상