标签:lis tor 修改 集合 添加 list ext class pre
直接InsertRange空集合会报错
if (addList.Count>0) { dbContext.FsFactories.InsertRange(addList); } if (updateList.Count>0) { dbContext.FsFactories.UpdateRange(updateList); }
标签:lis tor 修改 集合 添加 list ext class pre
原文地址:https://www.cnblogs.com/Sea1ee/p/10231026.html