XmlDataSourceView(XmlDataSource, String) Constructor

Definition

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

public:
 XmlDataSourceView(System::Web::UI::WebControls::XmlDataSource ^ owner, System::String ^ name);
public XmlDataSourceView (System.Web.UI.WebControls.XmlDataSource owner, string name);
new System.Web.UI.WebControls.XmlDataSourceView : System.Web.UI.WebControls.XmlDataSource * string -> System.Web.UI.WebControls.XmlDataSourceView
Public Sub New (owner As XmlDataSource, name As String)

Parameters

owner
XmlDataSource

The XmlDataSource that the XmlDataSourceView is associated with.

name
String

The name of the view.

Applies to