JavaScript Editor js editor     Web development 



Main Page

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

XMLTable.ParentTable

Return Value

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.

Remarks

Applies To: XMLTable Class

See Also



JavaScript Editor js editor     Web development