Linq@sql Is it possible to excute sql query with Linq2Sql for a type not defined in codegen
- by Malcolm
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