2009年6月26日
摘要: 用到的表Create table UserInfo( id int identity(1,1) not null primary key, userName varchar(50) not null, pwd varchar(50) not null, age int not null)DEMO项目结构:DomainModel层UserInfo.csusing System;namespace D... 阅读全文
posted @ 2009-06-26 19:57 冷傲残痕 阅读(285) 评论(0) 推荐(0) 编辑