DapperDal 1.5.6
.NET Framework 4.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package DapperDal -Version 1.5.6
dotnet add package DapperDal --version 1.5.6
<PackageReference Include="DapperDal" Version="1.5.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DapperDal --version 1.5.6
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: DapperDal, 1.5.6"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install DapperDal as a Cake Addin
#addin nuget:?package=DapperDal&version=1.5.6
// Install DapperDal as a Cake Tool
#tool nuget:?package=DapperDal&version=1.5.6
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
用 Dapper、Dapper-Extensions、Abp.Dapper 封装的数据访问层
Product | Versions |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
- Dapper (>= 1.50.2)
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.5.19 | 1,321 | 8/29/2017 |
1.5.18 | 714 | 8/21/2017 |
1.5.17 | 796 | 8/20/2017 |
1.5.16 | 819 | 6/9/2017 |
1.5.15 | 722 | 6/5/2017 |
1.5.14 | 717 | 5/12/2017 |
1.5.13 | 721 | 4/30/2017 |
1.5.12 | 719 | 4/27/2017 |
1.5.11 | 706 | 4/26/2017 |
1.5.10 | 724 | 4/26/2017 |
1.5.9 | 723 | 4/26/2017 |
1.5.8 | 741 | 4/4/2017 |
1.5.7 | 803 | 4/4/2017 |
1.5.6 | 722 | 3/31/2017 |
1.5.5 | 722 | 3/30/2017 |
1.5.4 | 727 | 3/30/2017 |
1.5.3 | 715 | 3/27/2017 |
1.5.2.3 | 746 | 3/27/2017 |
1.5.2.1 | 714 | 3/27/2017 |
1.5.2 | 910 | 3/26/2017 |
### 1.5.6
* 生成查询 SQL 时,添加 WITH (NOLOCK)
* 添加设置项:SQL 输出方法
### 1.5.5
* 添加逻辑删除方法 SoftDelete
### 1.5.4
* 表达式转换用 QueryBuilder 替换 ExpressionVisitor 实现,以支持多个查询条件
### 1.5.3
* 添加支持多个实体查询的 Query 方法
### 1.5.2
* 添加更新部分属性的 Update 方法(来自vilix13/Dapper-Extensions)
* 添加使用谓词、匿名对象或 lambda 表达式作条件的 Update 方法
### 1.5.1
* 整合 Abp.Dapper,为 Dapper-Extensions 添加 lambda 表达式功能(来自Abp.Dapper)