I have an entity that contains an inner collection. The collection's element type is configured as an Owned type, and it is mapped to its own table. I would like the entity's table and the "subtable" to both be temporal tables, so that the full history of the object can be tracked, including changes to the collection. I can already make the primary entity a temporal table, but there is no extension method to map the owned type to a temporal table.
I have an entity that contains an inner collection. The collection's element type is configured as an Owned type, and it is mapped to its own table. I would like the entity's table and the "subtable" to both be temporal tables, so that the full history of the object can be tracked, including changes to the collection. I can already make the primary entity a temporal table, but there is no extension method to map the owned type to a temporal table.