EntityFrameworkCore.TemporalTables icon indicating copy to clipboard operation
EntityFrameworkCore.TemporalTables copied to clipboard

Include temporal data

Open aXaki opened this issue 5 years ago • 0 comments

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

aXaki avatar Jan 15 '21 08:01 aXaki