Interface IViewColumn
- Namespace
- Microsoft.EntityFrameworkCore.Metadata
- Assembly
- Microsoft.EntityFrameworkCore.Relational.dll
Represents a column in a view.
public interface IViewColumn : IColumnBase, IAnnotatable
- Inherited Members
- Extension Methods
Properties
PropertyMappings
Gets the property mappings.
IEnumerable<IViewColumnMapping> PropertyMappings { get; }
Property Value
View
Gets the containing view.
IView View { get; }