Tagged Questions
7
votes
1answer
2k views
Client Object Model Equivalent of SPSiteDataQuery?
I'm looking for an equivalent to the SPSiteDataQuery functionality in the Client Object Model (COM).
The CamlQuery can be used with an instance of List to execute SPQuery level of aggregation, but is ...