The ________ attribute in Entity Framework is used to specify the base class in a TPH inheritance hierarchy.

  • InheritanceMapping
  • TablePerConcrete
  • TablePerHierarchy
  • [Not Provided by User]
The InheritanceMapping attribute in Entity Framework is used to specify the base class in a Table-Per-Hierarchy (TPH) inheritance hierarchy. This attribute helps Entity Framework to understand how to map the inheritance hierarchy to the database schema.
Add your answer
Loading...

Leave a comment

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