DataDrivenAdapterBase.GetControlConfig(String) 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 subordinate nodes from a top-level XML node of a data-driven adapter control binding.
protected:
System::Xml::XmlNode ^ GetControlConfig(System::String ^ controlName);
protected System.Xml.XmlNode GetControlConfig (string controlName);
member this.GetControlConfig : string -> System.Xml.XmlNode
Protected Function GetControlConfig (controlName As String) As XmlNode
Parameters
- controlName
- String
Specifies the name of the control.