-
Notifications
You must be signed in to change notification settings - Fork 0
cDataSet.LoadXML
Brendon edited this page Mar 17, 2024
·
1 revision
LoadXML
returns boolean
accepts (strFileName as String)
You pass this method the file path of the cDataSet XML file you wish to open. The method then passes the contents of the cDataSet node to [cDataSet.XML] property where is it is transformed into a populated cDataSet object.
This method will overwrite the existing data contained within the cDataSet object
See Also: cDataSet.SaveAsXML