DapperDal 1.5.7

There is a newer version of this package available.
See the version list below for details.
dotnet add package DapperDal --version 1.5.7
NuGet\Install-Package DapperDal -Version 1.5.7
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DapperDal" Version="1.5.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DapperDal --version 1.5.7
#r "nuget: DapperDal, 1.5.7"
#r directive can be used in F# Interactive and Polyglot Notebooks. 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.7

// Install DapperDal as a Cake Tool
#tool nuget:?package=DapperDal&version=1.5.7

用 Dapper、Dapper-Extensions、Abp.Dapper 封装的数据访问层

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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,669 8/29/2017
1.5.18 964 8/21/2017
1.5.17 1,062 8/20/2017
1.5.16 1,111 6/9/2017
1.5.15 975 6/5/2017
1.5.14 964 5/12/2017
1.5.13 968 4/30/2017
1.5.12 960 4/27/2017
1.5.11 982 4/26/2017
1.5.10 961 4/26/2017
1.5.9 964 4/26/2017
1.5.8 983 4/4/2017
1.5.7 1,055 4/4/2017
1.5.6 982 3/31/2017
1.5.5 960 3/30/2017
1.5.4 980 3/30/2017
1.5.3 954 3/27/2017
1.5.2.3 964 3/27/2017
1.5.2.1 941 3/27/2017
1.5.2 1,211 3/26/2017

### 1.5.7
     * 添加实体查询方法:GetFirst 、GetTop
     * 优化实体查询方法,添加实体集合返回前是否要缓冲的设置点
     * 优化逻辑删除,添加更新属性及值的设置点
     ### 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)