Inheritance Table-per-type can't finde method UseTptMappingStrategy()
Kareem Azam
1
Reputation point
Ef core version 7.0.1
as mentioned in the documentation there is two way to implement tbt
https://learn.microsoft.com/en-us/ef/core/modeling/inheritance#table-per-type-configuration
and that is what I did that works fine
but if I want to use UseTptMappingStrategy
modelBuilder.Entity<Blog>().UseTptMappingStrategy()
not exist in the model builder
Developer technologies | .NET | Other
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
Sign in to answer