2014年5月16日

摘要: /// /// 数据访问基类 /// public abstract class DataAccess : MarshalByRefObject { /// /// LifetimeService /// ... 阅读全文
posted @ 2014-05-16 14:13 Kiver 阅读(447) 评论(0) 推荐(0)
 
摘要: [AttributeUsage(AttributeTargets.Class)] public class TableAttribute : Attribute { public TableAttribute(string tableName) { ... 阅读全文
posted @ 2014-05-16 14:05 Kiver 阅读(264) 评论(0) 推荐(0)
 
摘要: class TableInfo where T : new() { public TableInfo() { Type type = typeof(T); TableAttribute tableattr = ty... 阅读全文
posted @ 2014-05-16 13:48 Kiver 阅读(685) 评论(0) 推荐(0)