Wrong SQL Query syntax in case of add relation to generated from linq query bucket

Posts   
1  /  2
 
    
Otis avatar
Otis
LLBLGen Pro Team
Posts: 39833
Joined: 17-Aug-2003
# Posted on: 04-Nov-2009 14:51:47   

I already explained to you that what you want to do is not going to work with Linq as linq queries have aliases everywhere.

So to append stuff to these queries, use LINQ elements, e.g. additional where calls. If you don't want that, don't use linq for these queries and use our own query api system.

Frans Bouma | Lead developer LLBLGen Pro
1  /  2