Click here to Skip to main content
15,881,803 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have a LINQ to SP(Stored procedure). That SP actually returns more than one rows. But in LINQ the method returns integer value (I need the list of rows). I used dynamic queries inside the SP. What is the solution to this problem ?
Posted

1 solution

Without seeing either your LINQ or your Stored Procedure, you aren't going to get much help I'm afraid. You need to supply these so that people stand a fighting chance of diagnosing the issue.

Think of it this way; you wouldn't go to your local mechanic and expect him to be able diagnose a fault with your car just by miming the problem.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900