Table of Contents

Interface ISqlQueryColumn

Namespace
Microsoft.EntityFrameworkCore.Metadata
Assembly
Microsoft.EntityFrameworkCore.Relational.dll

Represents a column in a SQL query.

public interface ISqlQueryColumn : IColumnBase, IAnnotatable
Inherited Members
Extension Methods

Properties

PropertyMappings

Gets the property mappings.

IEnumerable<ISqlQueryColumnMapping> PropertyMappings { get; }

Property Value

IEnumerable<ISqlQueryColumnMapping>

SqlQuery

Gets the containing SQL query.

ISqlQuery SqlQuery { get; }

Property Value

ISqlQuery