SharePoint 2010 CAML Tools: Part 1 (CAML.NET)
So I was challenged today to leverage the SPSiteDataQuery class to access list data that spans multiple lists/sites instead of just enumerating all of those sites and lists and then using a standard SPQuery against each list. First off, it’s worth noting that I could not just use examples in this link->, because I don’t…