SqlBulkCopy with SqlHelper class

Posted by Pandiya Chendur on Stack Overflow See other posts from Stack Overflow or by Pandiya Chendur
Published on 2010-01-08T09:39:52Z Indexed on 2010/06/01 7:43 UTC
Read the original article Hit count: 234

I've installed DataAccessApplicationBlock.msi and I got the Microsoft.ApplicationBlocks.Data.dll file into my bin folder. I found every other sqlhelper methods except ExecuteBulkCopy.

How do I add ExecuteBulkCopy function to the SqlHelper class?

© Stack Overflow or respective owner

Related posts about c#

Related posts about Microsoft