Interface ISqlQueryColumnMapping
- Namespace
- Microsoft.EntityFrameworkCore.Metadata
- Assembly
- Microsoft.EntityFrameworkCore.Relational.dll
Represents property mapping to a SQL query column.
public interface ISqlQueryColumnMapping : IColumnMappingBase, IAnnotatable
- Inherited Members
- Extension Methods
Properties
Column
Gets the target column.
ISqlQueryColumn Column { get; }
Property Value
SqlQueryMapping
Gets the containing SQL query mapping.
ISqlQueryMapping SqlQueryMapping { get; }