| QdbTagHasEntry Method (QdbEntry) |
Checks if an entry has this tag.
Namespace:
Quasardb
Assembly:
Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax public bool HasEntry(
QdbEntry entry
)
Public Function HasEntry (
entry As QdbEntry
) As Boolean
Parameters
- entry
- Type: QuasardbQdbEntry
The entry to check.
Return Value
Type:
Booleantrue if the entry has this tag,
false otherwise.
See Also