Linq with views

Posts   
 
    
worldspawn avatar
worldspawn
User
Posts: 321
Joined: 26-Aug-2006
# Posted on: 04-Aug-2008 08:32:36   

Hello,

does the LLBLGen Linq thingymajig include a way to query from views? I can't see my views appearing on LinqMetaData...

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 04-Aug-2008 09:21:30   

Hi Sam. typed views and typed lists aren't supported through LLBLGenPro Linq provider at this time, as they can't be used inside queries anyway (joins etc.).

David Elizondo | LLBLGen Support Team
worldspawn avatar
worldspawn
User
Posts: 321
Joined: 26-Aug-2006
# Posted on: 05-Aug-2008 03:22:42   

Thanks Daelmo.

I can join onto a view in sql... so I'm not what u mean by that.

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 05-Aug-2008 07:00:27   

You can of course, Add New Entities Mapped on Views and use them at your LINQ2LLBL queries.

David Elizondo | LLBLGen Support Team
Otis avatar
Otis
LLBLGen Pro Team
Posts: 39866
Joined: 17-Aug-2003
# Posted on: 05-Aug-2008 09:59:59   

worldspawn wrote:

Thanks Daelmo.

I can join onto a view in sql... so I'm not what u mean by that.

He means that you can't use A typedview with joins wink

Frans Bouma | Lead developer LLBLGen Pro