XmlDataSourceDesigner.GetView Method
.NET Framework 3.0
Retrieves the design-time data source view object for the associated XmlDataSource control.
Namespace: System.Web.UI.Design.WebControls
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
public DesignerHierarchicalDataSourceView GetView ( String viewPath )
public override function GetView ( viewPath : String ) : DesignerHierarchicalDataSourceView
Not applicable.
Parameters
- viewPath
The path to the view to retrieve.
Return Value
A DesignerHierarchicalDataSourceView.Community Additions
ADD
Show: