Rc.PetaPoco
2.0.0.6
dotnet add package Rc.PetaPoco --version 2.0.0.6
NuGet\Install-Package Rc.PetaPoco -Version 2.0.0.6
<PackageReference Include="Rc.PetaPoco" Version="2.0.0.6" />
paket add Rc.PetaPoco --version 2.0.0.6
#r "nuget: Rc.PetaPoco, 2.0.0.6"
// Install Rc.PetaPoco as a Cake Addin #addin nuget:?package=Rc.PetaPoco&version=2.0.0.6 // Install Rc.PetaPoco as a Cake Tool #tool nuget:?package=Rc.PetaPoco&version=2.0.0.6
基于开源orm框架PetaPoco 实现Sql语句帮助器,不使用反射、lambda等,效率更高,使用更方便。通过表、列描述类,可以借用开发工具的提示完成Sql编写。详见http://www.cnblogs.com/guozhong111/p/7076556.html
helper.Build<ORG_USER.SqlAttr, ORG_DEPARTMENT.SqlAttr>((f, t, c) =>
f.Select(t.ID, t.NAME, t.BIND_IP, t.DESCRIPTION, c.NAME.Alias("CNAME"), c.FAX, c.REMARK)
.From(t.TableName).LeftJoin(c.TableName).On(c.ID == t.DEPT_ID)
.Where((t.ID == "@0" | t.SORT_INDEX >= "5") & t.MOBILE % "@1", "200908281049324536039", "188%"));
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- fasterflect (>= 2.1.3)
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 |
---|---|---|
2.0.0.6 | 1,662 | 6/24/2017 |