李空

博客园 首页 新随笔 联系 订阅 管理

2013年12月16日 #

摘要: 1 public static int Reg(Model ml) 2 { 3 bool b = true; 4 Visit vt = new Visit(); 5 StringBuilder builder = new StringBuilder("insert into UsersTable ("); 6 Type type = ml.GetType(); 7 PropertyInfo[] per = type.GetProperties(); 8 ... 阅读全文
posted @ 2013-12-16 17:24 李空 阅读(463) 评论(0) 推荐(0)