SPSqlDataSource.GetView Method

This member overrides SqlDataSource.GetView(String).

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

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

Return Value

Type: System.Web.UI.DataSourceView

See Also

Reference

SPSqlDataSource Class

SPSqlDataSource Members

Microsoft.SharePoint.WebControls Namespace