Click or drag to resize

QdbTagGetEntries Method

Gets database entries which are tagged with the current tag.

Namespace:  Quasardb
Assembly:  Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax
public IEnumerable<QdbEntry> GetEntries()

Return Value

Type: IEnumerableQdbEntry
A collection of entry.
See Also