aXaki

Results 1 issues of aXaki

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()`