AggregateDataSource.IDataSource.GetView Method

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

Syntax

'Declaration
Private Function GetView ( _
    viewName As String _
) As DataSourceView Implements IDataSource.GetView
'Usage
Dim instance As AggregateDataSource
Dim viewName As String
Dim returnValue As DataSourceView

returnValue = CType(instance, IDataSource).GetView(viewName)
DataSourceViewIDataSource.GetView(
    string viewName
)

Parameters

Return Value

Type: System.Web.UI.DataSourceView

Implements

IDataSource.GetView(String)

See Also

Reference

AggregateDataSource Class

AggregateDataSource Members

Microsoft.SharePoint.WebControls Namespace