JavaScript Editor js editor     Web development 



Main Page

Contains an object reference to an XMLAdapter object only when that XMLAdapterВ Tables collection contains the XMLTable object.

XMLTable.XMLAdapter

Return Value

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:

    • The XMLTable object is created by itself, contained neither 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.

Remarks

Applies To: XMLTable Class

See Also



JavaScript Editor js editor     Web development