hi,
How to get IQueryable result from stored procedure?
i need a result like IQueryable
hi,
How to get IQueryable result from stored procedure?
i need a result like IQueryable
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Posted Jan 23, 2012, 2:35 AM
If so,, you will get the results in the form of ObjectResult.
Here, we are getting the employee photo from db by using sp in a form ObjectResult
On this result, we applied the linq query to extract the result.