 | QdbEntryGetTags Method |
Gets the tags of the entry
Namespace:
Quasardb
Assembly:
Quasardb (in Quasardb.dll) Version: 3.9.9.0 (3.9.9.0)
Syntaxpublic IEnumerable<QdbTag> GetTags()
Public Function GetTags As IEnumerable(Of QdbTag)
Return Value
Type:
IEnumerableQdbTagA collection of tag.
Exceptions
See Also