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