Table of Contents

Interface IColumnMapping

Namespace
Microsoft.EntityFrameworkCore.Metadata
Assembly
Microsoft.EntityFrameworkCore.Relational.dll

Represents property mapping to a column.

public interface IColumnMapping : IColumnMappingBase, IAnnotatable
Inherited Members
Extension Methods

Properties

Column

Gets the target column.

IColumn Column { get; }

Property Value

IColumn

TableMapping

Gets the containing table mapping.

ITableMapping TableMapping { get; }

Property Value

ITableMapping