Link to home
Start Free TrialLog in
Avatar of Crystal Rouse
Crystal RouseFlag for United States of America

asked on

Using Output Parameters as the Data for a View

I have been tasked to create a Spotlight type of report.  I am thinking the best way to get all the data I need for each "cell" of the report would be to create a Stored Procedure the contains multiple output parameters with the result of each cell rather than creating multiple methods in a partial model or something like that.  

I need some advice, tips or any help on how to add a Stored Procedure with out put parameters to my EDMX and then use that data in a View.
ASKER CERTIFIED SOLUTION
Avatar of lcohan
lcohan
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Crystal Rouse

ASKER

I am sorry, My question is misleading.  I need to be able to add my Stored Procedure to my Visual Studio Project EDMX Model and then use that as the data source for my View (I use MVC). I need to use each of the output parameters in the view.