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