XMLAdapter Property
Contains an object reference to an XMLAdapter object only when that XMLAdapterTables collection contains the XMLTable object.
XMLTable.XMLAdapter
Property Values
Object reference. XMLAdapter contains one of the following:
- An object reference to an XMLAdapter object whose Tables collection contains the XMLTable object
- Null (.NULL.) under the following conditions:
- You create the XMLTable object by itself, neither contained by an XMLAdapter object nor as the child of another XMLTable object.
- When the XMLTable object is contained by another XMLTable object. The ParentTable property contains an object reference to the parent XMLTable object.
See Also
Properties | XMLTable Object Properties, Methods, and Events | XMLAdapter Class | Tables Collection (XMLAdapter) | ParentTable Property
Applies To: XMLTable Class