XmlDataSourceView.XmlDataSourceView Constructor
.NET Framework 3.0
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)
Assembly: System.Web (in system.web.dll)
public XmlDataSourceView ( XmlDataSource owner, String name )
public function XmlDataSourceView ( owner : XmlDataSource, name : String )
Not applicable.
Parameters
- owner
The XmlDataSource that the XmlDataSourceView is associated with.
- name
The name of the view.
Community Additions
ADD
Show: