views:

26

answers:

0

Hello guys, I have a requirement of updating set of N records into the db table at a time. How can I achieve it in LINQ to Entity(.edmx file). If I update them using conventional procedure in LINQ To Entiy, It wont be good practice, How can I achieve this.