Time Series Database Cache Module by Automation Professionals
E-Mail Support

system.dataset.deleteAllRows

Create a new dataset from a template dataset, using its column names and data types, but omitting the rows. An efficient alternative to system.dataset.deleteRows(ds, range(ds.rowCount)).

Syntax

deleteAllRows(dataset) returns Dataset

ArgumentData TypeDescription
datasetDatasetThe source dataset to be treated as a template.