insert into table1 (Wicket, Run, Catch)
values (Wicket + 2, Run + 22, Catch + 5)
This statement is used to insert data using a stored procedure.
How can I insert data same way without using stored procedure but using LinqToSql?
What will be code for it?
See MSDN: http://msdn.microsoft.com/en-us/library/bb386941.aspx