DataDrivenAdapterBase.GetControlConfig(String) Method

Definition

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.

Returns

Applies to