DataSourceControl.System.Web.UI.IDataSource.GetViewNames Method
.NET Framework 2.0
This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Gets a collection of names, representing the list of DataSourceView objects associated with the DataSourceControl control.
Namespace: System.Web.UIAssembly: System.Web (in system.web.dll)
Note: |
|---|
|
The DataSourceControl class's default implementation, which is called by this interface method, returns a null reference (Nothing in Visual Basic), 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. |
Community Additions
ADD
Show:
Note: