| QdbTagDetachEntry Method (QdbEntry) |
Removes a tag from a database entry.
Namespace:
Quasardb
Assembly:
Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax public bool DetachEntry(
QdbEntry entry
)
Public Function DetachEntry (
entry As QdbEntry
) As Boolean
Parameters
- entry
- Type: QuasardbQdbEntry
The entry to remove the tag from.
Return Value
Type:
Booleantrue if the tag was removed,
false if the entry didn't have this tag.
Exceptions See Also