Click here to Skip to main content
16,020,701 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Could someone give me some pointers to using stored procedures with LINQ and C#?
Posted
Updated 22-Sep-10 12:59pm
v2

1 solution

C#
using(LINQContext pseudo = new safsadfsdf)
{
   var query = from i in pseudo.NameofSP()
   select i;
}


Hope it help.
 
Share this answer
 
v2
Comments
Sandeep Mewara 23-Sep-10 6:09am    
Use PRE tags to format code part. It makes your answer readable.

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