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
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.