| QdbTagDetachEntry Method (String) |
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(
string entry
)
Public Function DetachEntry (
entry As String
) As Boolean
Parameters
- entry
- Type: SystemString
The alias of 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