schotime / NPoco

Simple microORM that maps the results of a query onto a POCO object. Project based on Schotime's branch of PetaPoco
Apache License 2.0
848 stars 302 forks source link

when i use insertbatchAsync and updatebatchAsync function ,i found the oninserting or onupdating not execute #624

Closed xubb1988 closed 3 years ago

xubb1988 commented 3 years ago

when i use insertbatchAsync and updatebatchAsync function ,i found the oninserting or onupdating not execute

schotime commented 3 years ago

I'm not sure how calling OnInserting would even work in a batch sense. Open to suggestions?