摘要: 1using System; 2using System.Data; 3using System.Configuration; 4using System.Collections; 5using System.Web; 6using System.Web.Security; 7using System.Web.UI; 8using System.Web.UI.WebControls; 9usin... 阅读全文
posted @ 2007-07-27 18:24 Slashout 阅读(587) 评论(0) 推荐(0) 编辑
摘要: 1.1. 概述:使用NetTier模板生成的.net代码,包括完整的数据层,使用的技术是微软的EnterpriseLibrary1.1版本,对应每张表都生成相对应的增删改查函数和存储过程,在查询中支持多字段查询和翻页。数据层为工厂模型,只要调用DataRepository 类即可获取相应表的接口实例,然后可以对改表进行操作了。对于多表关联操作,在父表中可以获取子集的查询记录,保存在IList ... 阅读全文
posted @ 2007-07-27 16:18 Slashout 阅读(1981) 评论(1) 推荐(0) 编辑