In Entity Framework, ________ is used to map different entities to the same table for the purpose of Table Splitting.

  • Entity Joining
  • Entity Splitting
  • Table Joining
  • Table Splitting
Entity Splitting involves splitting an entity's properties across multiple tables, which are then connected via a foreign key relationship. This allows mapping different entities to the same table.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *