TortugaResearch/DotNet-ORM-Cookbook

Use Case: Retrieving the newly generated Identities during BulkInsert.

mikependon opened this issue · 0 comments

This use-case will allow to automatically set back the Id of the models during the BulkInsert process.

The use-case is not common but is very important if you are working with tens of thousands (or hundred of thousands or even million of rows) (specially on the integration process).

FYI. As of writing this, this feature is not yet supported in RepoDb, but I am planning to.