EF Core 11 removes a previous limitation where using a complex type as a JSON column on entity hierarchies with TPT (Table-per-Type) or TPC (Table-per-Concrete-Type) inheritance mapping would throw an error. Code examples demonstrate how configuring ComplexProperty with ToJson() now works correctly under both TPT and TPC strategies, generating the expected tables with proper JSON column support.

2m read timeFrom jaliyaudagedara.blogspot.com
Post cover image
Table of contents
TPT (Table-per-Type)TPC (Table-per-Concrete-Type)
461 Impressions