EF 大数据量批量处理

Z.EntityFramework.Extensions

dbcontext.BulkInsert(customers);

dbcontext.BulkSaveChanges();

原文地址:https://www.cnblogs.com/herocany/p/10065502.html