Created
October 17, 2020 04:32
-
-
Save MelbourneDeveloper/9f55a55e5b5972e9de838cf70207c843 to your computer and use it in GitHub Desktop.
F# Query
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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