DataSourceControl.IDataSource.GetView Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Gets the named DataSourceView object associated with the DataSourceControl control. Some data source controls support only one view, while others support more than one.
Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Parameters
- viewName
- Type: System.String
The name of the DataSourceView to retrieve. In data source controls that support only one view, such as SqlDataSource, this parameter is ignored.
Return Value
Type: System.Web.UI.DataSourceViewReturns the named DataSourceView associated with the DataSourceControl.
Implements
IDataSource.GetView(String)| Exception | Condition |
|---|---|
| ArgumentException | viewName is null. |
The viewName parameter is ignored when this method is called on data source controls that support only one view, such as the SqlDataSource and AccessDataSource controls.
Note |
|---|
The DataSourceControl class's default implementation, which is called by this interface method, returns null. If you extend the DataSourceControl class, override the GetView method to return the specified DataSourceView object. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Note