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

Expand InsertBulkOptions #650

Open tbasallo opened 2 years ago

tbasallo commented 2 years ago

You can tell I've been doing a lot of work with SqlBulkCopy (in Azure Functions).

Any thoughts on expanding NPoco.InsertBulkOptions to allow options/settings to be used in generating and executing the SqlBulkCopy?

Some of the items that would be useful to pass in:

While we're at it, I could include a column mapping, as well. But not as important.