SqlCommandProvider provides statically typed access to input parameters and result set of T-SQL command in idiomatic F# way.SqlProgrammabilityProvider exposes Stored Procedures, User-Defined Types and User-Defined Functions in F# code.
Info
Version: | 2.1.2 |
Author(s): | Dmitry Morozov, Dmitry Sevastianov |
Last Update: | Sunday, May 8, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://fsprojects.github.io/FSharp.Data.SqlClient/ |
NuGet Url: | https://www.nuget.org/packages/FSharp.Data.SqlClient |
Install
Install-Package FSharp.Data.SqlClient
dotnet add package FSharp.Data.SqlClient
paket add FSharp.Data.SqlClient
FSharp.Data.SqlClient Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.0
- FSharp.Core(>= 4.1.18)
- FSharp.Core(>= 4.3.4)
- System.Data.SqlClient(>= 4.5.1)
- System.Configuration.ConfigurationManager(>= 4.5.0)
Tags