AdapterAppInitString.GetTypeNode(XmlNode) Method
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.
Gets the DataDrivenAdapterBindings\Type node.
public:
System::Xml::XmlNode ^ GetTypeNode(System::Xml::XmlNode ^ parentNode);
public System.Xml.XmlNode GetTypeNode (System.Xml.XmlNode parentNode);
member this.GetTypeNode : System.Xml.XmlNode -> System.Xml.XmlNode
Public Function GetTypeNode (parentNode As XmlNode) As XmlNode
Parameters
- parentNode
- XmlNode
Specifies the parent node.
Returns
The DataDrivenAdapterBindings\Type node.