| 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()
Public Overridable Function Remove As Boolean
Return Value
Type:
Booleantrue if the entry was removed, or
false if the entry didn't exist.
See Also