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

SqlBulkInsert - provide table name #647

Open tbasallo opened 3 years ago

tbasallo commented 3 years ago

@schotime - What you think about updating SqlBulkInsert and adding an overload with the table name to use?

Today it uses the attribute, but if you want to use a staging table or a different table (but use the POCO) you can't.

If you're OK with I can send in the PR.