Fluent.Sql
1.0.0.31
See the version list below for details.
dotnet add package Fluent.Sql --version 1.0.0.31
NuGet\Install-Package Fluent.Sql -Version 1.0.0.31
<PackageReference Include="Fluent.Sql" Version="1.0.0.31" />
paket add Fluent.Sql --version 1.0.0.31
#r "nuget: Fluent.Sql, 1.0.0.31"
// Install Fluent.Sql as a Cake Addin #addin nuget:?package=Fluent.Sql&version=1.0.0.31 // Install Fluent.Sql as a Cake Tool #tool nuget:?package=Fluent.Sql&version=1.0.0.31
Fluent.Sql designed to simplify a work with SqlConnection, SqlTransaction, SqlCommand and SqlDataReader objects
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net46 is compatible. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0.40 | 1,783 | 6/26/2017 |
1.0.0.39 | 1,127 | 6/23/2017 |
1.0.0.37 | 1,117 | 6/22/2017 |
1.0.0.35 | 1,107 | 6/20/2017 |
1.0.0.34 | 1,137 | 6/18/2017 |
1.0.0.33 | 1,120 | 6/14/2017 |
1.0.0.32 | 1,128 | 6/14/2017 |
1.0.0.31 | 1,342 | 6/8/2017 |
1.0.0.25 | 987 | 5/17/2017 |
1.0.0.24 | 1,861 | 4/25/2017 |
1.0.0.23 | 1,020 | 4/24/2017 |
1.0.0.22 | 983 | 4/24/2017 |
1.0.0.21 | 972 | 4/6/2017 |
1.0.0.20 | 991 | 4/5/2017 |
1.0.0.19 | 992 | 4/5/2017 |
1.0.0.18 | 1,031 | 3/18/2017 |
1.0.0.16 | 1,010 | 1/22/2017 |
1.0.0.15 | 998 | 1/9/2017 |
1.0.0.14 | 1,020 | 12/22/2016 |
1.0.0.13 | 966 | 11/30/2016 |
1.0.0.11 | 983 | 11/30/2016 |
1.0.0.10 | 987 | 11/16/2016 |
1.0.0.9 | 1,009 | 11/14/2016 |
1.0.0.6 | 992 | 11/13/2016 |
1.0.0.5 | 996 | 11/12/2016 |
1.0.0.4 | 1,002 | 11/12/2016 |
1.0.0.3 | 994 | 11/11/2016 |
1.0.0.2 | 1,015 | 11/10/2016 |
1.0.0.1 | 1,000 | 11/10/2016 |
1.0.0.31
$ Rafactored
* CreateConnection => Create
* FluentCommandFactory => FluentSqlCommandFactory
+ Add DalSqlCommand.Connection
+ Add FluentCommandFactory.DefaulConnection
- Remove FluentCommandFactory.Context
- Remove FluentCommandFactory.KeepConnection
+ Add FluentSqlRepository
+ Add FluentSqlTransaction
+ Add SqlQueryFactoryBase
+ Add SqlQueryAssemblyFactoryBase