Click or drag to resize

QdbTagHasEntry Method (QdbEntry)

Checks if an entry has this tag.

Namespace:  Quasardb
Assembly:  Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax
public bool HasEntry(
	QdbEntry entry
)

Parameters

entry
Type: QuasardbQdbEntry
The entry to check.

Return Value

Type: Boolean
true if the entry has this tag, false otherwise.
See Also