Click here to Skip to main content
15,891,722 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
SQL
insert into table1 (Wicket,Run,Catch) values (Wicket+2,Run+22,Catch+5)


This statement is used to insert data using StoredProcedure. How can i insert data same way without using storeprocedure but using LinqToSql. What will be code for it.
Posted
Comments
Kiran Susarla 17-Dec-12 11:48am    
Can you please mention what were your doing in stored procedure, so that we can understand the complete logic and suggest you a better solution
[no name] 17-Dec-12 13:12pm    
Are you using Entity Framework Model ?

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900