I really need to be able to perform a 'DISTINCT' on a WCF Data Service query.
From what I can tell, such a function doesn't exist. I know that I can use the Distinct extension method in the Linq query on the client, but it still hydrates the full result set (which isn't what I want in this particular case).
Any ideas?