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