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.
Gets the default view as an SPDataSourceView object.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Function GetView As SPDataSourceView
'Usage
Dim instance As SPDataSource
Dim returnValue As SPDataSourceView
returnValue = instance.GetView()
public SPDataSourceView GetView()
Return Value
Type: Microsoft.SharePoint.WebControls.SPDataSourceView
An SPDataSourceView object that represents the default data view.
Remarks
The SPDataSource class supports only one data view.