摘要: public class SetterWrapper<TTarget, TValue> { private Action<TTarget, TValue> _setter; public SetterWrapper(PropertyInfo propInfo) { if (propInfo == n 阅读全文
posted @ 2016-04-24 23:15 zslm___ 阅读(304) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 数据库表名 /// </summary> [AttributeUsage(AttributeTargets.Class)] public class DBTableNameAttribute : Attribute { public string Name { g 阅读全文
posted @ 2016-04-24 23:09 zslm___ 阅读(197) 评论(0) 推荐(0) 编辑