摘要:
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)
浙公网安备 33010602011771号