I have one stored proc in my Entity Framework data model.
The sproc shows in my model browser under stored procedures.
I am not able to call my sproc from .net 4.0. I get syntax errors. What am I missing?
I can easily call them same sproc from a Linq to sql context.