Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Reserved for internal use only.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Function RunQuery ( _
query As SPSiteDataQuery _
) As DataTable
'Usage
Dim query As SPSiteDataQuery
Dim returnValue As DataTable
returnValue = Me.RunQuery(query)
protected DataTable RunQuery(
SPSiteDataQuery query
)
Parameters
- query
Type: Microsoft.SharePoint.SPSiteDataQuery
Return Value
Type: System.Data.DataTable