Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 259 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 259 Bytes

SqlBulkCopyListReader

An IDataReader implementation for IEnumerable<T> for use in SqlBulkCopy class

For more info see my blog post on using SqlBulkCopy with List<T>