[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Creates a site data query object.

Namespace: JohnHolliday.Caml.Net
Assembly:  JohnHolliday.Caml.Net (in JohnHolliday.Caml.Net.dll)

Syntax

C#
SPSiteDataQuery CreateSiteDataQuery(
	CAML.CAML..::QueryScope scope
)
Visual Basic (Declaration)
Function CreateSiteDataQuery ( _
	scope As CAML..::QueryScope _
) As SPSiteDataQuery
Visual C++
SPSiteDataQuery^ CreateSiteDataQuery (
	CAML..::QueryScope scope
)

Parameters

scope
CAML..::QueryScope
the query scope

Return Value

a SPSiteDataQuery object containing the query definition

See Also