0
kicks
Table Splitting in Entity Framework
Entity Framework include a lot of ways to customize the Entity Data Model.
One such way is Table Splitting which enables to map multiple entity types to a single table.
This post will show how we can achieve this ability.