DataAccess SqlHelper
摘要:/// /// 数据访问基类 /// public abstract class DataAccess : MarshalByRefObject { /// /// LifetimeService /// ...
阅读全文
Attribute定义及EntityMapper
摘要:[AttributeUsage(AttributeTargets.Class)] public class TableAttribute : Attribute { public TableAttribute(string tableName) { ...
阅读全文
TableInfo<T> or TypeInfo
摘要:class TableInfo where T : new() { public TableInfo() { Type type = typeof(T); TableAttribute tableattr = ty...
阅读全文