DapperDal 1.5.3
.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.3
dotnet add package DapperDal --version 1.5.3
<PackageReference Include="DapperDal" Version="1.5.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DapperDal --version 1.5.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: DapperDal, 1.5.3"
#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.3
// Install DapperDal as a Cake Tool
#tool nuget:?package=DapperDal&version=1.5.3
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,325 | 8/29/2017 |
1.5.18 | 717 | 8/21/2017 |
1.5.17 | 802 | 8/20/2017 |
1.5.16 | 825 | 6/9/2017 |
1.5.15 | 726 | 6/5/2017 |
1.5.14 | 721 | 5/12/2017 |
1.5.13 | 725 | 4/30/2017 |
1.5.12 | 722 | 4/27/2017 |
1.5.11 | 710 | 4/26/2017 |
1.5.10 | 727 | 4/26/2017 |
1.5.9 | 727 | 4/26/2017 |
1.5.8 | 744 | 4/4/2017 |
1.5.7 | 806 | 4/4/2017 |
1.5.6 | 725 | 3/31/2017 |
1.5.5 | 725 | 3/30/2017 |
1.5.4 | 731 | 3/30/2017 |
1.5.3 | 719 | 3/27/2017 |
1.5.2.3 | 750 | 3/27/2017 |
1.5.2.1 | 717 | 3/27/2017 |
1.5.2 | 918 | 3/26/2017 |
### 1.5.3
* 添加支持多个实体查询的 Query 方法
### 1.5.2
* 添加更新部分属性的 Update 方法(来自vilix13/Dapper-Extensions)
* 添加使用谓词、匿名对象或 lambda 表达式作条件的 Update 方法
### 1.5.1
* 整合 Abp.Dapper,为 Dapper-Extensions 添加 lambda 表达式功能(来自Abp.Dapper)