Table of Contents

Interface ITableMapping

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

Represents entity type mapping to a table.

public interface ITableMapping : ITableMappingBase, IAnnotatable
Inherited Members
Extension Methods

Properties

ColumnMappings

Gets the properties mapped to columns on the target table.

IEnumerable<IColumnMapping> ColumnMappings { get; }

Property Value

IEnumerable<IColumnMapping>

Table

Gets the target table.

ITable Table { get; }

Property Value

ITable