I have a stored procedure that has three parameters and I\'ve been trying to use the following to return the results:
context.Database.SqlQuery
Also, you can use the "sql" parameter as a format specifier:
context.Database.SqlQuery("mySpName @param1 = {0}", param1)