FluidDbClient 1.1.5
See the version list below for details.
dotnet add package FluidDbClient --version 1.1.5
NuGet\Install-Package FluidDbClient -Version 1.1.5
<PackageReference Include="FluidDbClient" Version="1.1.5" />
paket add FluidDbClient --version 1.1.5
#r "nuget: FluidDbClient, 1.1.5"
// Install FluidDbClient as a Cake Addin #addin nuget:?package=FluidDbClient&version=1.1.5 // Install FluidDbClient as a Cake Tool #tool nuget:?package=FluidDbClient&version=1.1.5
When you absolutely need ADO.NET but want to ditch the boilerplate. Do parameterized SQL with ease, asynchronously or not. Map deep POCOs with granular control beyond that of your ORM. This is the core assembly; to use with SQL Server, get FluidDbClient.Sql.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net451 is compatible. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.5.1
- System.Data.SqlClient (>= 4.4.2)
- System.Runtime (>= 4.3.0)
-
.NETStandard 2.0
- System.Collections (>= 4.3.0)
- System.Data.SqlClient (>= 4.4.2)
- System.Linq (>= 4.3.0)
- System.Reflection (>= 4.3.0)
- System.Reflection.Extensions (>= 4.3.0)
- System.Reflection.TypeExtensions (>= 4.4.0)
- System.Runtime (>= 4.3.0)
- System.Runtime.Extensions (>= 4.3.0)
- System.Threading (>= 4.3.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on FluidDbClient:
Package | Downloads |
---|---|
FluidDbClient.Sql
SQL Server provider for FluidDbClient. This library also makes working with Table Valued Parameters a snap. |
|
FluidDbClient.Oracle
Basic Oracle provider for FluidDbClient. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.1.9 | 5,206 | 6/18/2019 |
1.1.8 | 1,849 | 2/12/2019 |
1.1.7 | 2,997 | 1/9/2019 |
1.1.6 | 1,873 | 1/8/2019 |
1.1.5 | 1,818 | 1/7/2019 |
1.1.4 | 1,828 | 1/4/2019 |
1.1.3 | 1,872 | 1/3/2019 |
1.1.2 | 2,298 | 11/14/2017 |
1.1.1 | 2,127 | 11/13/2017 |
1.1.0 | 2,397 | 7/27/2017 |
1.0.9 | 2,306 | 7/27/2017 |
1.0.8 | 2,304 | 5/16/2017 |
1.0.7 | 2,204 | 5/15/2017 |
1.0.6 | 2,221 | 5/11/2017 |
1.0.4 | 2,307 | 3/31/2017 |
1.0.2 | 2,344 | 10/3/2016 |
1.0.1 | 2,262 | 9/29/2016 |
1.0.0 | 2,666 | 9/29/2016 |
Added extension to convert IEnumerable(T) to DbDataReader; refined object to DataTable conversion.