Share via


ISqlQueryMapping.ColumnMappings Property

Definition

Gets the properties mapped to columns on the target SQL query.

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

Property Value

Applies to