Skip to content

cDataSet.DeleteDataTable

Brendon edited this page Mar 17, 2024 · 1 revision

DeleteDataTable

returns boolean

accepts (strName as String)

This method deletes the named cDataTable from the cDataSet's DataTables Dictionary

It returns true if it succeeds, and false if it cannot find the named cDataTable

See Also: cDataSet.AddDataTable

Clone this wiki locally