When configuring TPH inheritance, the ________ attribute is used to designate a discriminator column in Entity Framework.

  • Column
  • Configuration
  • Discriminator
  • Inheritance
In Table Per Hierarchy (TPH) inheritance in Entity Framework, the Discriminator attribute is used to specify the column that serves as the discriminator. This column helps EF distinguish between different types of entities stored in the same table.
Add your answer
Loading...

Leave a comment

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