SailDataAccess 6.3.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package SailDataAccess --version 6.3.0
                    
NuGet\Install-Package SailDataAccess -Version 6.3.0
                    
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="SailDataAccess" Version="6.3.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SailDataAccess" Version="6.3.0" />
                    
Directory.Packages.props
<PackageReference Include="SailDataAccess" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SailDataAccess --version 6.3.0
                    
#r "nuget: SailDataAccess, 6.3.0"
                    
#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.
#:package SailDataAccess@6.3.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=SailDataAccess&version=6.3.0
                    
Install as a Cake Addin
#tool nuget:?package=SailDataAccess&version=6.3.0
                    
Install as a Cake Tool

Sail Framework

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on SailDataAccess:

Package Downloads
SailWeb

Sail Web Helper

SxzwSms

短信平台sdk

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
6.3.1 1,659 1/10/2018
6.3.0 1,393 1/10/2018
6.2.1 1,266 11/16/2017
6.2.0 1,178 11/16/2017
6.1.5 1,206 10/17/2017
6.1.4 1,190 10/17/2017
6.1.3 1,188 10/13/2017
6.1.2 1,242 9/26/2017
6.1.1 1,962 8/11/2017
6.1.0 1,477 8/11/2017
6.0.9 1,441 8/7/2017
6.0.7 1,261 8/1/2017
6.0.6 1,247 8/1/2017
6.0.5 1,244 8/1/2017
6.0.4 1,276 7/18/2017
6.0.3 1,239 7/17/2017
6.0.2 1,283 7/14/2017
6.0.1 1,261 7/14/2017
6.0.0 1,255 7/13/2017
5.9.5 1,267 7/4/2017
5.9.4 1,258 5/31/2017
5.9.3 1,253 5/31/2017
5.9.2 1,245 5/31/2017
5.9.1 1,962 5/14/2017
5.9.0 1,458 5/13/2017
5.8.9 1,250 5/8/2017
5.8.8 1,477 5/7/2017
5.8.7 1,368 2/24/2017
5.8.6 1,359 1/3/2017
5.8.5 1,310 12/8/2016
5.8.4 1,297 12/8/2016
5.8.3 1,284 11/25/2016
5.8.2 1,265 11/23/2016
5.8.1 1,279 11/23/2016
5.8.0 1,297 11/22/2016
5.7.8 1,329 8/29/2016
2.0.1 1,399 6/12/2015
2.0.0 1,384 6/12/2015
1.7.0 1,426 5/25/2015
1.6.0 1,379 5/7/2015
1.5.0 1,369 5/7/2015
1.4.0 1,481 4/29/2015
1.3.0 1,586 4/26/2015
1.2.0 1,487 4/23/2015
1.1.0 1,461 4/20/2015
1.0.0 9,469 4/2/2015

2017.08.11 v6.1.0 更新说明
     给Element增加了一个参数CustomeValidate,而且解决了New elecment的时候设置isrequired 和 customValidate 无效的问题,前提是要通过构造函数创建
     否则得手动给Class属性加上ResetClass()方法的返回值
     2017.08.11 v6.1.1 更新说明
     修改GetPreAndLast方法,把条件分成两个,一个是获取列表的条件,一个是指定记录的条件
     2017.09.26 v6.1.2 更新说明
     HTreeNode增加一个排序号字段
     2017.10.13 v6.1.3 更新说明
     增加一个HTable的字段,DatabaseName,可以用来指定创建不同的数据库
     2017.10.17 v6.1.4 更新说明
     增加对bigint\smallint\tinyint的支持分别对应(long\int16\byte)
     2017.10.17 v6.1.5 更新说明
     修复了因为bigint\smallint\tinyint从数据库中能读取到length导致如果表中已有对应字段,而实体中没有相应属性而产生的错误
     2017.11.16 v6.2.0 更新说明
     修复了对MYSQL的支持
     2017.11.16 v6.2.1 更新说明
     修复了对MYSQL的支持,Left Join的方言修改

     2018.01.10 v6.3.0 更新说明
     增加了ViewColumn和FromDataRow