XmlDataSourceView(XmlDataSource, 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.
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
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.