DataSourceDesigner.GetView Method (String)

 

Retrieves a DesignerDataSourceView object that is identified by the view name.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

Public Overridable Function GetView (
	viewName As String
) As DesignerDataSourceView

Parameters

viewName
Type: System.String

The name of the view.

Return Value

Type: System.Web.UI.Design.DesignerDataSourceView

This implementation always returns null.

In derived classes, if viewName does not exist, the GetView method should return null.

.NET Framework
Available since 2.0
Return to top
Show: