Skip to content

Instantly share code, notes, and snippets.

@MelbourneDeveloper
Created October 17, 2020 04:32
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 MelbourneDeveloper/9f55a55e5b5972e9de838cf70207c843 to your computer and use it in GitHub Desktop.
Save MelbourneDeveloper/9f55a55e5b5972e9de838cf70207c843 to your computer and use it in GitHub Desktop.
F# Query
let query1 =
query {
for customer in db.Customers do
select customer
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment