HierarchicalDataSourceDesigner.GetView Method
.NET Framework 3.0
Gets the named data source view associated with the data source control.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
public DesignerHierarchicalDataSourceView GetView ( String viewPath )
public function GetView ( viewPath : String ) : DesignerHierarchicalDataSourceView
Not applicable.
Parameters
- viewPath
The unique path to the block of data to use in creating the view.
Return Value
A DesignerHierarchicalDataSourceView object.Community Additions
ADD
Show: