What the best way to remove records in bulk via .net, i.e. we have something called System.Data.SqlClient.SqlBulkCopy but is there anything comparible for deletes?
As i'll potentially be deleteing rows in their 100s of thousands and the data cant we grouped in a sql statement, not unless i've 100's of thouands of where clauses.
Thanks
P