-
Notifications
You must be signed in to change notification settings - Fork 0
cDataSet
Brendon edited this page Mar 17, 2024
·
6 revisions
The cDataSet object contains the cDataTable objects.
Each cDataTable has a unique name and is stored in a public Dictionary Object called DataTables. Each cDataTable is referenced by name
There are 3 public string values in each cDataSet:
Application
Author
Version
Their purpose is for information only.
Methods:
cDataSet.AddDataTable
cDataSet.DeleteDataTable
cDataSet.LoadXML
cDataSet.SaveAsXML
Propertys:
cDataSet.XML (read/write)