Click or drag to resize

QdbEntry Methods

The QdbEntry type exposes the following members.

Methods
  NameDescription
Public methodAttachTag(String)
Adds a tag to the entry.
Public methodAttachTag(QdbTag)
Adds a tag to the entry.
Public methodDetachTag(String)
Removes a tag from the entry.
Public methodDetachTag(QdbTag)
Removes a tag from the entry.
Public methodGetTags
Gets the tags of the entry
Public methodHasTag(String)
Checks if the entry has the specified tag.
Public methodHasTag(QdbTag)
Checks if the entry has the specified tag.
Public methodRemove
Removes the entry from the database.
Top
See Also