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