DataSourceControl::IDataSource::GetViewNames Method
Gets a collection of names, representing the list of DataSourceView objects associated with the DataSourceControl control.
Assembly: System.Web (in System.Web.dll)
Return Value
Type: System.Collections::ICollectionAn ICollection that contains the names of the DataSourceView objects associated with the DataSourceControl.
Implements
IDataSource::GetViewNames() Note: |
|---|
The DataSourceControl class's default implementation, which is called by this interface method, returns nullptr, which indicates that only one view is supported. If you extend the DataSourceControl class, override the GetViewNames method to return a collection of view names. A name can be passed to the GetView method to return a DataSourceView object. |
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Note: