Interface IColumnMappingBase
- Namespace
- Microsoft.EntityFrameworkCore.Metadata
- Assembly
- Microsoft.EntityFrameworkCore.Relational.dll
Represents property mapping to a column-like object.
public interface IColumnMappingBase : IAnnotatable
Properties
Column
Gets the target column-like object.
IColumnBase Column { get; }
Property Value
Property
Gets the mapped property.
IProperty Property { get; }
Property Value
- IProperty
TableMapping
Gets the containing table mapping.
ITableMappingBase TableMapping { get; }
Property Value
TypeMapping
Gets the type mapping for the column-like object.
RelationalTypeMapping TypeMapping { get; }