When using Table-Per-Type (TPT), Entity Framework creates a separate table for each ________ in the inheritance hierarchy.

  • Base Class
  • Concrete Class
  • Derived Class
  • Entity
When using Table-Per-Type (TPT), Entity Framework creates a separate table for each derived class in the inheritance hierarchy. Each table represents a concrete class, which includes the properties of both the base class and the derived class.
Add your answer
Loading...

Leave a comment

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