Jack-Leung

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

PetaPoco是一个轻量级ORM框架

 
简单使用:
 

 

ConnectionStringName = "neware_mes"; // Uses last connection string in config if not specified
SchemaName = "neware_fmt";    SchemaName 与数据库名称 必须 一致
Namespace = "FCS.Entity";         自定义任意的命中空间
RepoName = "FCSDB";               自定义任意的petapoco数据库访问类名
GenerateOperations = true;
GeneratePocos = true;
GenerateCommon = true;
ClassPrefix = "";
ClassSuffix = "";
TrackModifiedColumns = false;

 

基本语法:

 

http://www.cnblogs.com/vento/archive/2013/02/09/2909562.html

 

 

推荐一个开源的bootstarp web前端框架:https://colorlib.com/polygon/gentelella/form.html

posted on 2017-10-11 09:34  Jack.leung  阅读(251)  评论(0)    收藏  举报