Skip to content

Using BulkInsert

Adam O'Neil edited this page Mar 17, 2021 · 10 revisions

The BulkInsert static class offers methods to copy rows quickly, unchanged, from one connection to another. You can also use it to within a single connection to save records from a DataTable. It works by building a multi-valued SQL INSERT statement from selected rows of a DataTable. There are actually a bunch of overloads listed below:

Reference

Clone this wiki locally