You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both TemporalAsOf and FromSql* require DbSet as source so there is no way to specify temporal information for entity produced using FromSql. If someone creates temporal query inside FromSql, temporal information won't be propagated into other navigations that are included etc on top of it.
We can provide overload that will allow specifying the AsOf information (only one that makes sense, since nav expnasion doesn't work for any other temporal operation), so that we can do the propagation correctly
The text was updated successfully, but these errors were encountered:
Both TemporalAsOf and FromSql* require DbSet as source so there is no way to specify temporal information for entity produced using FromSql. If someone creates temporal query inside FromSql, temporal information won't be propagated into other navigations that are included etc on top of it.
We can provide overload that will allow specifying the AsOf information (only one that makes sense, since nav expnasion doesn't work for any other temporal operation), so that we can do the propagation correctly
The text was updated successfully, but these errors were encountered: