Skip to content

Instantly share code, notes, and snippets.

@ayende
Created August 16, 2020 07:43
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 ayende/bb573ee58e950e4225693bc984ae2f0d to your computer and use it in GitHub Desktop.
Save ayende/bb573ee58e950e4225693bc984ae2f0d to your computer and use it in GitHub Desktop.
from o in docs.Orders
select new {
o.State,
o.CreatedAt
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment