Relative Content

Tag Archive for c#.netentity-frameworktemporal-tables

Setting up and Querying Temporal Tables in .Net 7

Using .Net 7 Entity Framework, I have a system of tables that mark as Temporal, so that I can reconstruct the data structure from the past (i.e. when a user makes a change, I should be able to roll back the change to a previous state). For the most part, it seems to work fine, but when I try to query a table that has Many-To-Many relationships, that’s where the issues arise.