Click or drag to resize

QdbEntry.Remove Method

Removes the entry from the database.

Namespace:  Quasardb
Assembly:  Quasardb (in Quasardb.dll) Version: 3.13.2.0 (3.13.2.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