Table of Contents

Interface IViewMapping

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

Represents entity type mapping to a view.

public interface IViewMapping : ITableMappingBase, IAnnotatable
Inherited Members
Extension Methods

Properties

ColumnMappings

Gets the properties mapped to columns on the target view.

IEnumerable<IViewColumnMapping> ColumnMappings { get; }

Property Value

IEnumerable<IViewColumnMapping>

View

Gets the target view.

IView View { get; }

Property Value

IView