deleteRecordStore


procedure deleteRecordStore(name: string);

Deletes the record store identified by its name. All data stored inside the record store will be lost. If the record store with the given name does not exist, nothing is deleted.

See also: working with record stores