摘要:#region "构造SQL语句" //通过数组 public string CreateSqlByArry(string TableName,object []Ary,string type) { string Sql=""; switch(type) { case "update": { if(Ary.Length % 2>0) { ...
阅读全文
04 2007 档案
Powered by:
博客园
Copyright © 2025 discoverx
Powered by .NET 9.0 on Kubernetes