Interface IViewColumnMapping
- Namespace
- Microsoft.EntityFrameworkCore.Metadata
- Assembly
- Microsoft.EntityFrameworkCore.Relational.dll
Represents property mapping to a column.
public interface IViewColumnMapping : IColumnMappingBase, IAnnotatable
- Inherited Members
- Extension Methods
Properties
Column
Gets the target column.
IViewColumn Column { get; }
Property Value
ViewMapping
Gets the containing view mapping.
IViewMapping ViewMapping { get; }