Click or drag to resize

QdbTagDetachEntry Method (QdbEntry)

Removes a tag from a database entry.

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

Parameters

entry
Type: QuasardbQdbEntry
The entry to remove the tag from.

Return Value

Type: Boolean
true if the tag was removed, false if the entry didn't have this tag.
Exceptions
ExceptionCondition
QdbAliasNotFoundExceptionThe entry doesn't exists in the database.
See Also