Download: https://sites.google.com/site/sasivalipireddy/home/SPSiteDataQuery.png
- What are SPQuery and SPSiteDataQuery?
- SPSiteDataQuery properties?
- Difference between SPQuery and SPSiteDataQuery?
- What are the limitations of both?
- How the SPQuery and SPSiteDataQuery return?
- How to set the row limit to the both?
- Searching scope levels of SPQuery and SPSiteDataQuery?
- What is the max limit of querying the lists using SPSiteDataQuery?
- Is it possible to query the records across the site collection level using SPSiteDataQuery?
- What is the default row limit value for the SPQuery?
- SPQuery.RowLimit Property?
- To Query all Web sites in this site collection?
- How to query the specific lists only using SPSiteDataQuery?
- Difference between Caml and Linq queries?
- How to set the Max lists limit?
- what all are Errors you faced while working on SPSiteDataQuery?
- I have created a custom list called “Employees” in all the sites in a site collection and have added the data in all the lists. Now I want to query those specific lists only. What is the approach?
- How can consider hidden lists also in SPSiteDataQuery?
- Is it possible to do joins lists using SPQuery?
- How to query with the type: Single line of text, multiline of text, persons or groups, DateTime etc..
- How to get the folders and sub folders levels documents from the document library?
- How to query specific list using SPSiteDataQuery?
How to query specific list using SPSiteDataQuery?
Query.Lists=" <Lists><List ID=”960BF6F6-F264-4305-B3CB-BDB9BF8F67DF” /></Lists>" – query a specific list
Using Folder, FilesOnly, Recursive, RecursiveAll in SPquery in SharePoint
Query.Lists=" <Lists><List ID=”960BF6F6-F264-4305-B3CB-BDB9BF8F67DF” /></Lists>" – query a specific list
Using Folder, FilesOnly, Recursive, RecursiveAll in SPquery in SharePoint
Joins in SPQuery
SPQuery Quick Guide
//Query on single line of text://Query on Multiline of text: - note use of [CDATA[] to avoid parsing errors SingleLineOfText //Query on Person or Group (By Name) <![CDATA[Search Criteria]]> //Query on Person or Group (By ID) Sasi Kumar Reddy //Query on SPUser ID 4 //Query on SPUser Name 7 //Query on DateTime Only john //Query on DateTime 2012-01-10 //Query on Lookup by text > // Query on Lookup by ID SasiReddy // Query on Today date 108 // Query on last week //Query to return only empty columns, query.ViewFields=" ";
Best Reference:
Thanks,
Sasi Kumar Reddy
Sasi Kumar Reddy
http://sharepointquicksolutions.blogspot.in
gr8 post.Thanks
ReplyDeleteGives you perfect understanding. Thanks a lot.
ReplyDeletegood one informative
ReplyDelete