SPSiteDataQuery Members
Represents a query that can be performed across multiple lists in multiple Web sites in the same Web site collection.
The following tables list the members exposed by the SPSiteDataQuery type.
| Name | Description | |
|---|---|---|
| Lists | Gets or sets the inner XML that specifies which lists to include in the query. |
| Query | Gets or sets the inner XML that defines the query. |
| RowLimit | Gets or sets a limit for the number of items in the query that are returned per page. |
| ViewFields | Gets or sets the inner XML that describes the view fields used in the query. |
| Webs | Gets or sets the inner XML that specifies which Web sites to include in the query. as specified by the Scope attribute on the Webs tag in the query. By default, the query considers the current Web site, that is, the Web site from which the |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Equals | Overloaded. (inherited from Object) |
| GetHashCode | (inherited from Object) |
| GetType | (inherited from Object) |
| ReferenceEquals | (inherited from Object) |
| ToString | (inherited from Object) |