ObjectCacheDataSourceView.GetXPathNavigator Method
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Function GetXPathNavigator ( _
selectArguments As DataSourceSelectArguments _
) As XPathNavigator
'Usage
Dim instance As ObjectCacheDataSourceView
Dim selectArguments As DataSourceSelectArguments
Dim returnValue As XPathNavigator
returnValue = instance.GetXPathNavigator(selectArguments)
public XPathNavigator GetXPathNavigator(
DataSourceSelectArguments selectArguments
)
Parameters
- selectArguments
Type: System.Web.UI.DataSourceSelectArguments
Return Value
Type: System.Xml.XPath.XPathNavigator
Implements
IXPathNavigator.GetXPathNavigator(DataSourceSelectArguments)
See Also
Reference
ObjectCacheDataSourceView Class