摘要:
方法 1 using System; using System.Collections.Generic; using System.Data; using System.Reflection; namespace BT.Preservation.Models { public static clas 阅读全文
摘要:
var sql = @"update [TABLE] WITH (ROWLOCK) SET 匹配方式 = '{0}' where ID in({1})"; //lissqls 是你要分组的泛型集合 List<UpdateSqlHelper>lissqls=new List<UpdateSqlHelp 阅读全文
摘要:
//用来存储多ID List<int> itemids = new List<int>(); var sql = @"update [Table] WITH (ROWLOCK) SET 匹配方式 = '{0}' where ID in({1})"; //string.Join(",", Array. 阅读全文