DataDrivenAdapterBase(XmlDocument) 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 instance of the DataDrivenAdapterBase class.
protected:
DataDrivenAdapterBase(System::Xml::XmlDocument ^ appInitStr);
protected DataDrivenAdapterBase (System.Xml.XmlDocument appInitStr);
new Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.DataDrivenAdapterBase : System.Xml.XmlDocument -> Microsoft.Uii.HostedApplicationToolkit.DataDrivenAdapter.DataDrivenAdapterBase
Protected Sub New (appInitStr As XmlDocument)
Parameters
- appInitStr
- XmlDocument
Specifies the XML document that contains the application initiation string.