1
Answer

Converting a stored procedure result to IEnumerable type

Anu

Anu

4y
1.1k
1
I have a stored procedure which returns only 2 columns from the table in the database. The result of the stored procedure need to be coverted to an IEnumerable type.The table name and the column names will be available only at runtime. So need to create an IEnumerable object dynamically without giving the object name. 
Answers (1)