Share via


ParentTable Property

Contains an object reference to a parent XMLTable object that exists and contains the XMLTable object. Read-only.

XMLTable.ParentTable

Property Values

Object reference. ParentTable contains one of the following:

  • An object reference to the parent XMLTable object when it 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 an XMLAdapter object. The XMLAdapter property contains an object reference to the XMLAdapter object containing the XMLTable object.

See Also

Properties | XMLTable Object Properties, Methods, and Events | XMLAdapter Class

Applies To: XMLTable Class