AggregateDataSource.IDataSource.GetViewNames method

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

Syntax

'Declaration
Private Function GetViewNames As ICollection
    Implements IDataSource.GetViewNames
'Usage
Dim instance As AggregateDataSource
Dim returnValue As ICollection

returnValue = CType(instance, IDataSource).GetViewNames()
ICollectionIDataSource.GetViewNames()

Return value

Type: System.Collections.ICollection

Implements

IDataSource.GetViewNames()

See also

Reference

AggregateDataSource class

AggregateDataSource members

Microsoft.SharePoint.WebControls namespace