0

I'm using Entity framework to bring in the data to a mvc application. The table contains 2 columns, One column contains the IDs(string) and other contains SQL Queries(string). I want to bring the data to a grid which will have 3 columns i.e. ID, Query and the result of that Query.My plan of approach was to bring the 2 columns in though a parent result set and get the result of the queries in a child result set and display them on the grid. How to I approach this?

D.Who
  • 1
  • 3

0 Answers0