GZFramework.DB.Core 3.2.10

dotnet add package GZFramework.DB.Core --version 3.2.10
                    
NuGet\Install-Package GZFramework.DB.Core -Version 3.2.10
                    
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="GZFramework.DB.Core" Version="3.2.10" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="GZFramework.DB.Core" Version="3.2.10" />
                    
Directory.Packages.props
<PackageReference Include="GZFramework.DB.Core" />
                    
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 GZFramework.DB.Core --version 3.2.10
                    
#r "nuget: GZFramework.DB.Core, 3.2.10"
                    
#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.
#addin nuget:?package=GZFramework.DB.Core&version=3.2.10
                    
Install GZFramework.DB.Core as a Cake Addin
#tool nuget:?package=GZFramework.DB.Core&version=3.2.10
                    
Install GZFramework.DB.Core as a Cake Tool

GZFramework快速开发框架
更多详情请联系作者:GarsonZhang
QQ:382237285
2016年5月26日15:56:42:
获取参数返回值从IDatabase调到IDbParms接口

2016年5月26日14:52:58:
IDbParms接口增加设置重置参数值方法:SetParmValue
修复空参数未将对象实例化bug

去掉IDBConfig接口,使用静态事件DatabaseFactory.CreateDataBaseEvent替代

去除静态事件(改为外部处理),使底层更健壮

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.

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
3.2.10 2,160 8/12/2016
3.2.4 2,052 7/14/2016
3.2.3 2,050 7/14/2016
3.2.2 2,767 5/30/2016
3.2.1 1,877 5/26/2016
3.2.0 1,905 5/26/2016
3.1.1 1,826 5/26/2016
3.1.0 1,907 5/26/2016
3.0.2 1,975 5/26/2016
3.0.1 1,885 5/26/2016
3.0.0 1,867 5/26/2016
2.1.1 1,898 5/20/2016
2.1.0 1,854 5/20/2016
2.0.2 1,989 4/9/2016
2.0.1 1,938 4/9/2016
2.0.0 2,418 4/9/2016

返回集合改为List方式
修复在web端获取集合时无法正确获取数据