How to do bulk update from datatable to SQL Table using C#?
Hello,
How to do bulk update from datatable to SQL table in C#.
I have data in datatable and I have target table in SQL.
I want to do bulk update into SQL table considering some columns as condition.
Please help me with this.
Thanks,
Rahul.