0
ivanosw1 created
Hi, I'm using the extension Abp.EntityFrameworkCore.EFPlus. All works fine but I don't find how to set the BatchSize and BatchDelayInterval properties in delete methods.
Are they supported?
Thank you.
2 Answer(s)
-
0
hi @ivanosw1
I will enhance EFPlus' extension methods to support BatchDelete and BatchUpdate.
Before that you can copy the code of AbpEntityFrameworkCoreEFPlusExtensions and manually add the BatchDelete and BatchUpdate parameters.
https://github.com/aspnetboilerplate/aspnetboilerplate/issues/5135
-
0
Thank you @maliming for the quick response.