EntityFrameworkCore.TemporalTables
EntityFrameworkCore.TemporalTables copied to clipboard
Include temporal data
Hello,
Is it possible to .Include model with AS OF that is related to the main model?
something like this?
return DbSet.AsTemporalAsOf(datetime) .IncludeTemporal(x => x.TemporalData).ToList()