Base solution for your next web application
Open Closed

EPlus supported features #8202


User avatar
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)
  • User Avatar
    0
    maliming created
    Support Team

    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

  • User Avatar
    0
    ivanosw1 created

    Thank you @maliming for the quick response.