Click or drag to resize

QdbTagAttachEntry Method (QdbEntry)

Adds a tag to a database entry.

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

Parameters

entry
Type: QuasardbQdbEntry
The entry to add the tag to.

Return Value

Type: Boolean
true if the tag was added, false if the entry already had this tag.
Exceptions
ExceptionCondition
QdbAliasNotFoundExceptionThe entry doesn't exists in the database.
QdbIncompatibleTypeExceptionThe tag's alias conflicts with an existing entry.
See Also