discoverx

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

2007年4月25日 #

摘要: #region "构造SQL语句" //通过数组 public string CreateSqlByArry(string TableName,object []Ary,string type) { string Sql=""; switch(type) { case "update": { if(Ary.Length % 2>0) { ... 阅读全文
posted @ 2007-04-25 10:36 discoverx 阅读(745) 评论(0) 推荐(1)