XmlDataSourceView Constructor (XmlDataSource^, String^)

 

Initializes a new named instance of the XmlDataSourceView class, and associates the specified XmlDataSource with it.

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

public:
XmlDataSourceView(
	XmlDataSource^ owner,
	String^ name
)

Parameters

owner
Type: System.Web.UI.WebControls::XmlDataSource^

The XmlDataSource that the XmlDataSourceView is associated with.

name
Type: System::String^

The name of the view.

.NET Framework
Available since 2.0
Return to top
Show: