datasetDestroy
fn
void datasetDestroy(const(void) * datasetLocation)Destroys the dataset, freeing all memory allocated, and calling any destroy functions set for data elements.
Parameters
datasetLocation | the location identifying the dataset. |