为什么我这的 批量操作都会卡住呢 返回

SqlSugar 沟通中
1 161
该叫什么   发布于2周前
悬赏:0 飞吻

localDb.Storageable<customerinfo>(extList).ExecuteCommand();

localDb.Updateable(cusList).ExecuteCommand();

热忱回答1

  • localDb.Updateable(cusList).PageSize(100).ExecuteCommand();

    0 回复