Linq@sql Is it possible to excute sql query with Linq2Sql for a type not defined in codegen

Posted by Malcolm on Stack Overflow See other posts from Stack Overflow or by Malcolm
Published on 2010-03-12T05:44:06Z Indexed on 2010/03/12 5:47 UTC
Read the original article Hit count: 250

Filed under:

Hi,

I have an app and I have come to a point where I need to build a sql statement up dynamically.

Is there a way to execute it and return a type that has not been defined via the designer with Linq2Sql??

Malcolm

© Stack Overflow or respective owner

Related posts about linq-to-sql