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.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Overrides Function GetView ( _
viewName As String _
) As DataSourceView
'Usage
Dim viewName As String
Dim returnValue As DataSourceView
returnValue = Me.GetView(viewName)
protected override DataSourceView GetView(
string viewName
)
Parameters
- viewName
Type: System.String
Return Value
Type: System.Web.UI.DataSourceView