Skip to content

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)

Clone this wiki locally