AdapterAppInitString.DataDrivenAdapterBindingsCollection Property
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 data driven adapter control bindings collection.
public:
property System::Xml::XmlNode ^ DataDrivenAdapterBindingsCollection { System::Xml::XmlNode ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Xml.XmlNode DataDrivenAdapterBindingsCollection { get; }
[<System.ComponentModel.Browsable(false)>]
member this.DataDrivenAdapterBindingsCollection : System.Xml.XmlNode
Public ReadOnly Property DataDrivenAdapterBindingsCollection As XmlNode
Property Value
The data driven adapter control bindings collection.
- Attributes