Skip to content

cDataTable.XML

Brendon edited this page Mar 17, 2024 · 5 revisions

XML

gets and sets a MSXML2.IXMLDOMElement

This property allows the assigning of an XML data string to and from the cDataTable. It is possible to create a cDataTable from XML as well as present it as XML.

Format of the XML is

<cDataTable>

   <TableName>name</TableName>

    <Records>cRecords in here....</Records>

</cDataTable>

If you want to save or load XML from a file use the cDataTable.SaveAsXML or cDataTable.LoadXML methods.

See also: cDataTable.SaveAsXML, cDataTable.LoadXML

Clone this wiki locally