Haven't been able to find a reasonable answer for this... It would seem that SqlBulkCopy is not vulnerable to injection because the columns are matched through inner parameters of the SqlBulkCopy and not through plain string queries... But hard to tell what is actually going on behind the curtains...
If it is vulnerable, as it seems there's no way of using parameterized queries with it, what's the best safe way to cram datatables (c#) into existing tables in the db?
Thanks!
Gilad