-
Notifications
You must be signed in to change notification settings - Fork 0
cDataSet.XML
Brendon edited this page Mar 17, 2024
·
1 revision
XML Property
read/write an MSXML2.IXMLDOMElement
Setting this property reads the cDataSet node out of the supplied MSXML2.IXMLDOMElement. It extracts the Author, Version and Application properties and then loops through the cDataTable elements, and passes each of these to the cDataTable.XML property for further XML extraction into cRecord and cField objects.
Getting this property creates the XML by looping throught the cDataSet->cDataTable->cRecord->cField structure, returning the XML property for each component and building the full XML structure from that.
See Also: cDataTable.XML