EFFC.Frame.Net.Unit.DB 1.1.1

dotnet add package EFFC.Frame.Net.Unit.DB --version 1.1.1
NuGet\Install-Package EFFC.Frame.Net.Unit.DB -Version 1.1.1
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="EFFC.Frame.Net.Unit.DB" Version="1.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EFFC.Frame.Net.Unit.DB --version 1.1.1
#r "nuget: EFFC.Frame.Net.Unit.DB, 1.1.1"
#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 EFFC.Frame.Net.Unit.DB as a Cake Addin
#addin nuget:?package=EFFC.Frame.Net.Unit.DB&version=1.1.1

// Install EFFC.Frame.Net.Unit.DB as a Cake Tool
#tool nuget:?package=EFFC.Frame.Net.Unit.DB&version=1.1.1

E.F.F.C Frame Unit DB Lib

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.1 is compatible.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (8)

Showing the top 5 NuGet packages that depend on EFFC.Frame.Net.Unit.DB:

Package Downloads
EFFC.Frame.Net.Unit.DataObjectDefine

E.F.F.C Frame Unit DOD Lib

EFFC.Frame.Net.Resource.MySQL

E.F.F.C Frame Resource MySQL Lib

EFFC.Frame.Net.Resource.SQLServer

E.F.F.C Frame Resource SQLServer Lib

EFFC.Frame.Net.Resource.Postgresql

EFFC.Frame.Net.Resource.Postgresql lib

EFFC.Frame.Net.Resource.Sqlite

E.F.F.C Frame Resource Sqlite Lib

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.1 10,245 1/11/2019
1.0.3.1 8,745 6/20/2018
1.0.3 2,859 6/13/2018
1.0.2 20,917 2/6/2018
1.0.1 11,081 12/29/2017

Efficiency Focus For Core(效率、专注为核心)框架应用于.Net Core第一版发布
本包为基础库包含EFFC框架的基础接口和基本资源API

.net core 2.0 升级版本

1.0.2:添加LamdaExpressUnit,用于处理Lamda2SQL的访问方式
1.0.3:   DBExpress新增
 InsertSelect操作
 $where条件中新增notexists和exists操作
1.0.3.1:去掉QueryByPageUnit中事务的操作,以避免nested transaction的异常发生
1.0.3.2:引用库EFFC.Frame.Net.Base升级到1.0.6
1.1.0:升级.netcore到2.1.2
1.1.1:ADBAccess引入NewLinqTable,可以通过该方法获取对应LinqDLR2SQL的实例
Base库升级到1.1.1
DBExpress新增CreateTable和DropTable指令
DBExpress新增IsLog属性用于设定是否在log中打印出解析的结果,该属性便于开发人员进行Debug