- 增加 LambdaExpression 扩展方法 And/Or/Not 快速拼接表达式;

This commit is contained in:
28810
2019-06-20 17:56:07 +08:00
parent 06ff0a4da2
commit 3e8fed416d
11 changed files with 190 additions and 8 deletions

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net451</TargetFrameworks>
<Version>0.6.11</Version>
<Version>0.6.12</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>YeXiangQin</Authors>
<Description>FreeSql 数据库实现,基于 SqlServer 2005+并根据版本适配分页方法row_number 或 offset fetch next</Description>