Skip to content

Instantly share code, notes, and snippets.

@aevitas
Last active November 21, 2021 12:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aevitas/62ab8458146bbbb4c6e93c1b1014b848 to your computer and use it in GitHub Desktop.
Save aevitas/62ab8458146bbbb4c6e93c1b1014b848 to your computer and use it in GitHub Desktop.
context.ShippingAddress
.TemporalAsOf(order.TimeStamp)
.Single(a => a.CustomerId == order.CustomerId);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment