Select TypedView with Linq?

Posts   
 
    
DannyGreen
User
Posts: 12
Joined: 25-Jul-2008
# Posted on: 28-Jul-2008 19:41:37   

Hello,

I have searched the docs and forum and can find nothing about using Linq to select a view (either how to do it or that it isn't supported). The LinqMetaData does not seem to have my TypedViews, so I am thinking this cannot be done?

Thanks! Danny

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39866
Joined: 17-Aug-2003
# Posted on: 28-Jul-2008 20:47:43   

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

Frans Bouma | Lead developer LLBLGen Pro