DataSourceDesigner::GetView Method (String^)
.NET Framework (current version)
Retrieves a DesignerDataSourceView object that is identified by the view name.
Assembly: System.Design (in System.Design.dll)
Parameters
- viewName
-
Type:
System::String^
The name of the view.
Return Value
Type: System.Web.UI.Design::DesignerDataSourceView^This implementation always returns null.
Implements
IDataSourceDesigner::GetView(String^)In derived classes, if viewName does not exist, the GetView method should return null.
.NET Framework
Available since 2.0
Available since 2.0
Show: