Share via


ITableMapping.ColumnMappings Property

Definition

Gets the properties mapped to columns on the target table.

[System.Runtime.CompilerServices.Nullable(1)]
public System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IColumnMapping> ColumnMappings { get; }
public System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IColumnMapping> ColumnMappings { get; }
[<System.Runtime.CompilerServices.Nullable(1)>]
member this.ColumnMappings : seq<Microsoft.EntityFrameworkCore.Metadata.IColumnMapping>
member this.ColumnMappings : seq<Microsoft.EntityFrameworkCore.Metadata.IColumnMapping>
Public ReadOnly Property ColumnMappings As IEnumerable(Of IColumnMapping)

Property Value

Attributes

Applies to