标签:top 小型 方法 orm框架 数据 需要 数据库表 obj https
java中有@Transient注解 描述属性并非一个到数据库表的字段的映射,ORM框架将忽略该属性。
C#中也有类型的方法
public class userinfo
{
[PetaPoco.Ignore]
public long name { get; set; }
}
PetaPoco是一个小型、快速、单文件的微型ORM(Object Relational Mapper)框架,可在.NET和Mono环境运行。
官方介绍:http://www.toptensoftware.com/petapoco/
源码地址:https://github.com/CollaboratingPlatypus/PetaPoco
标签:top 小型 方法 orm框架 数据 需要 数据库表 obj https
原文地址:https://www.cnblogs.com/springs018/p/14269731.html