Info
Version: | 2.1.8 |
Author(s): | XmSoft |
Last Update: | Monday, October 26, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/XmSoft.NetCore.DBContext |
Install
Install-Package XmSoft.NetCore.DBContext
dotnet add package XmSoft.NetCore.DBContext
paket add XmSoft.NetCore.DBContext
XmSoft.NetCore.DBContext Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.DependencyInjection(>= 2.1.1)
- PetaPoco.Compiled(>= 6.0.459)
1、利用Sql 转 Lamdba
2、用于作为仓储基类进行数据操作
3、多个库连接方式
4、修改多表查询
5、提供扩展SqlCore 多表查询功能
6、新增增删改查自定义实体方法调用
7、Sql语句输出
8、SqlCore新增GroupBy
9、修改GroupBy多次定义的判断
10、优化Sql语句.