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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.