I am using Database first modal and EF4.0.
I have created a stored procedure which required two input parameters and return dynamically column in result-set i.e. columns are not fixed in result.It may be 5 or 7 or 10 and so on. I am using Grid-view and passing the result-set in it's data-source.
How can i call stored procedure in this case.
thanks.