Retrieve data using Dynamic Query and Linq to SQL

Posted by GigaPr on Stack Overflow See other posts from Stack Overflow or by GigaPr
Published on 2010-04-06T17:31:37Z Indexed on 2010/04/06 17:33 UTC
Read the original article Hit count: 344

Filed under:
|
|
|

Hi I have a really complicated dynamic query that i want to use to retrieve data from the database I am working in .net 3.5 sql server 2008

i created a stored procedure that accepts a varchar(max) as input parameter and does

execute (@SqlQuery)

it executes but does not return anything

I really would like to use LINQ as all my project is implemented using linq

Any Idea how to do it

what is the problem?

© Stack Overflow or respective owner

Related posts about LINQ

Related posts about sql