Table of Contents

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

ISqlQueryColumn

SqlQueryMapping

Gets the containing SQL query mapping.

ISqlQueryMapping SqlQueryMapping { get; }

Property Value

ISqlQueryMapping