Click or drag to resize

QdbEntryRemove Method

Removes the entry from the database.

Namespace:  Quasardb
Assembly:  Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax
public virtual bool Remove()

Return Value

Type: Boolean
true if the entry was removed, or false if the entry didn't exist.
See Also