XmlDesignerHierarchicalDataSourceView(XmlDataSourceDesigner, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new instance of the XmlDesignerHierarchicalDataSourceView class using the provided designer and XPath.
public:
XmlDesignerHierarchicalDataSourceView(System::Web::UI::Design::WebControls::XmlDataSourceDesigner ^ owner, System::String ^ viewPath);
public XmlDesignerHierarchicalDataSourceView (System.Web.UI.Design.WebControls.XmlDataSourceDesigner owner, string viewPath);
new System.Web.UI.Design.WebControls.XmlDesignerHierarchicalDataSourceView : System.Web.UI.Design.WebControls.XmlDataSourceDesigner * string -> System.Web.UI.Design.WebControls.XmlDesignerHierarchicalDataSourceView
Public Sub New (owner As XmlDataSourceDesigner, viewPath As String)
Parameters
- owner
- XmlDataSourceDesigner
- viewPath
- String
An XPath string that identifies the data for the view.
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.