Click or drag to resize

QdbTag.GetEntries 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: IEnumerable<QdbEntry>
A collection of entry.
See Also