MVC 2 Entity Framework 4 ~ how to execute a stored procedure to return a dataset
I have written a complex stored procedure which returns records. I want to use MVC Entity Framework to get records back. How can I achieve that? All I can see is EF mapping to S.P. function.