Tables Collection (XMLAdapter)

The Tables collection in an XMLAdapter object contains one or more XMLTable objects and describes XML as a Visual FoxPro cursors along with any relational information. To create a new XMLTable object and add it to the Tables collection, or populate the Tables collection with one or more tables, use the XMLAdapter LoadXML, AddTableSchema, or Attach methods.

XMLAdapter.Tables

Remarks

Applies To: XMLAdapter Class

See Also

Reference

XMLAdapter Object Properties, Methods, and Events
XMLTable Class
AddTableSchema Method

Other Resources

Objects, Collections, and Classes