SiteMapDesignerDataSourceView Constructor (SiteMapDataSourceDesigner^, String^)

 

Creates a new instance of the SiteMapDesignerDataSourceView class using the provided SiteMapDataSourceDesigner object and view name.

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

public:
SiteMapDesignerDataSourceView(
	SiteMapDataSourceDesigner^ owner,
	String^ viewName
)

Parameters

owner
Type: System.Web.UI.Design.WebControls::SiteMapDataSourceDesigner^

The parent SiteMapDataSourceDesigner.

viewName
Type: System::String^

The name of the view for which the data source provides data.

.NET Framework
Available since 2.0
Return to top
Show: