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.
Loading...
Related Quiz
- What is the role of Shadow Properties in Entity Framework?
- To specify the length of a string property in an Entity Type, the ________ Data Annotation is used.
- In Entity Framework, what is the recommended approach to modify the initial seeded data in an existing database?
- When using Database-First, the ________ process can be used to update the model after database changes.
- In a distributed system using Entity Framework, ________ is a common approach to handle long-running business processes.