LINQ TypedList

Posts   
 
    
ianvink
User
Posts: 394
Joined: 15-Dec-2006
# Posted on: 29-Oct-2008 15:12:47   

I have a typedList but it doesn't appear in the LinqMetaData's options.

So, if my typed list is "MyWiderCustomerTypedList",

from x in meta.MyWiderCustomerTypedList

doesn't seem to exist. Can I not query a typed list in a linq statement?

Ian

Walaa avatar
Walaa
Support Team
Posts: 14993
Joined: 21-Aug-2005
# Posted on: 29-Oct-2008 16:36:06   

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