Info
Version: | 2.0.0.6 |
Author(s): | Simon |
Last Update: | Saturday, June 24, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/OldApple/Rc.PetaPoco |
NuGet Url: | https://www.nuget.org/packages/Rc.PetaPoco |
Install
Install-Package Rc.PetaPoco
dotnet add package Rc.PetaPoco
paket add Rc.PetaPoco
Rc.PetaPoco Download (Unzip the "nupkg" after downloading)
Dependencies
- fasterflect(>= 2.1.3)
Tags
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%"));.