zyhhb

Results 1 comments of zyhhb

我们团队用了个临时方法,感觉还行,请参照 public override int UpdateRange(List entities, string table = null) { PublicHelper.CheckNull(entities); if (entities.Count == 0) return 0; int maxParameters = 2100; int batchSize = 50; /* 每批实体大小,此值通过测试得出相对插入速度比较快的一个值 */ TypeDescriptor...