[#CDBBatch-Erase] = xref:CDBBatch.adoc[CDBBatch]::Erase :relfileprefix: ../ :mrdocs: Queues an erase of the given key into the batch. == Synopsis Declared in `<dbwrapper.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename K> void Erase(K const& key); ---- == Parameters [cols="1,4"] |=== | Name| Description | *key* | The key to erase. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#