IHierarchicalDataSourceDesigner.GetView Method (String)

 

Gets the named data source view that is associated with the data source control.

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

Function GetView (
	viewPath As String
) As DesignerHierarchicalDataSourceView

Parameters

viewPath
Type: System.String

The XPath for the part of the data source to retrieve.

Return Value

Type: System.Web.UI.Design.DesignerHierarchicalDataSourceView

The named data source view that is associated with the data source control.

.NET Framework
Available since 2.0
Return to top
Show: