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
Table
Gets the target table.
ITable Table { get; }