To implement a TPC inheritance strategy, you need to override the ________ method and configure the mappings.

  • OnConfiguring
  • OnModelCreating
  • OnModelCreating
  • OnModelCreating
To implement a Table-Per-Concrete (TPC) inheritance strategy in Entity Framework, you need to override the OnModelCreating method in your DbContext class and configure the mappings for each concrete type separately.
Add your answer
Loading...

Leave a comment

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