EF Core: SQL for persisting property that references list of derived types (TPH) is performed alphabetically instead of respecting collection order
Here’s one more question about EF Core and how it performs it’s operations internally.
EF Core: SQL for persisting property that references list of derived types (TPH) is performed alphabetically instead of respecting collection order
Here’s one more question about EF Core and how it performs it’s operations internally.
EF Core: TPH and mapping derived’s type property to the same table column
Another question about TPH inheritance mapping and how EF decides to map properties into columns.