DataSourceControl::IListSource::GetList Method
Gets a list of data source controls that can be used as sources of lists of data.
Assembly: System.Web (in System.Web.dll)
Return Value
Type: System.Collections::IListAn IList of data source controls that can be used as sources of lists of data.
Implements
IListSource::GetList()The GetList method is used to retrieve a set of objects that can be used as sources of data. Data source controls encapsulate their lists of data as DataSourceView objects; therefore, when associated with one or more DataSourceView objects, a DataSourceControl control represents a list source object and the method returns an IList collection of one element, the DataSourceControl itself.
The GetList method calls the static ListSourceHelper::GetList method to retrieve an IList collection of objects that can be used as sources of data. The ListSourceHelper class determines whether GetViewNames returns a valid collection of view names. If it does, the ListSourceHelper class returns an IList collection of one element, the DataSourceControl control. If GetViewNames returns nullptr, which is the default implementation of the DataSourceControl class, the ListSourceHelper class also returns nullptr.
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.