Multiple Row Insert using Linq
Dear Friends,
How to insert Multiple Rows using Linq in a single Link query.
Normally ,i used to Build all the row as a single xml tag and move it to Database and there i will manipulate and insert all the rows simultaneously.
But in case of LINQ how to achieve this.
Regards
Arivarasu
|