I using function ExecuteNonQuery() for insert and update and delete using c# .
This function using to make insert and update more thousand of records may be 10000 records so that computer hangs
to solve this problem i need to modify function
below to allow multi threads
so that i need to modify function to allow multi threads
How i do that in code
How to edit function above to allow multi threads ?
I work in visual studio 2010 windows form application with sql server 2012 .