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( Func ) and Single( Func ) 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.
I’ve found a site listing the unsupported linq methods
http://msdn.microsoft.com/en-us/library/ee622463.aspx#unsupportedMethods