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
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.).