| 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()
Public Function GetEntries As IEnumerable(Of QdbEntry)
Return Value
Type:
IEnumerableQdbEntryA collection of entry.
See Also