I am inserting a list of records to the DB table with Linq to sql like this:
//my DataContext Class using (VTMMedicalDBDataContext objVTMMedicalDBDataContext =
As an alternative you can call stored procedure inside db which will do the insert: Updating database by using stored procedures.