Click or drag to resize

QdbTagHasEntry Method (String)

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

Parameters

entry
Type: SystemString
The alias of the entry to check.

Return Value

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