Created
February 26, 2015 19:23
-
-
Save dmitry-a-morozov/04db553a31b5cddf8849 to your computer and use it in GitHub Desktop.
SqlCommandProvider static factory
This file contains 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
open FSharp.Data | |
type Get42 = SqlCommandProvider<"SELECT 42", "Data Source=.;Integrated Security=True;", SingleRow = true> | |
Get42.Create().Execute() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment