Click or drag to resize

QdbEntryDetachTag Method (QdbTag)

Removes a tag from the entry.

Namespace:  Quasardb
Assembly:  Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax
public bool DetachTag(
	QdbTag tag
)

Parameters

tag
Type: QuasardbQdbTag
The label of the tag.

Return Value

Type: Boolean
true if the entry had this tag, false if not.
Exceptions
ExceptionCondition
QdbAliasNotFoundExceptionThe entry doesn't exists in the database.
See Also