Supported Linq for WCF Data Services

Posted by jfar on Stack Overflow See other posts from Stack Overflow or by jfar
Published on 2010-05-05T17:39:56Z Indexed on 2010/05/05 17:48 UTC
Read the original article Hit count: 197

Filed under:
|

I'm looking for the full list of supported linq extension methods that are compatible with WCF Data Services.

By trial and error I've found First() and Single() aren't supported, any others?

This gives me a pretty good idea of whats supported, I just don't know whats actually translated via the IQueryProvider.

© Stack Overflow or respective owner

Related posts about wcf-data-services

Related posts about LINQ