Click or drag to resize

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()

Return Value

Type: IEnumerableQdbTag
A collection of tag.
Exceptions
ExceptionCondition
QdbAliasNotFoundExceptionThe entry doesn't exists in the database.
See Also