SqlBulkCopy IList

What frameworks are available for performing bulk copy using an IList as the input?

There's DataTable and FastMember. I have used FastMember, but it's outdated and I'd rather use something current.
Was this page helpful?