My scenario
I\'m using Visual Studio 2010 with Entity Framework 4.1
I have a legacy database with many tables and many stored procedures.
I\'m writing an ASP.NET C# program usin
It is not possible. You can import your stored procedures as function imports and manually execute them but you cannot replace queries generated by EF with custom stored procedures.