I using linq 2 sql with the asp.net mvc. I am having two table schedular and schdulerhistory and I am having a stored procedure which will insert data in this two table with one transaction.
I want to use that stored procedure with the linq. How i can accomplish this things with linq 2 sql.