QdbEntry Class |
Namespace: Quasardb
The QdbEntry type exposes the following members.
| Name | Description | |
|---|---|---|
| AttachTag(String) |
Adds a tag to the entry.
| |
| AttachTag(QdbTag) |
Adds a tag to the entry.
| |
| DetachTag(String) |
Removes a tag from the entry.
| |
| DetachTag(QdbTag) |
Removes a tag from the entry.
| |
| GetTags |
Gets the tags of the entry
| |
| HasTag(String) |
Checks if the entry has the specified tag.
| |
| HasTag(QdbTag) |
Checks if the entry has the specified tag.
| |
| Remove |
Removes the entry from the database.
|