Click or drag to resize

QdbEntryAttachTag Method (String)

Adds a tag to the entry.

Namespace:  Quasardb
Assembly:  Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax
public bool AttachTag(
	string tag
)

Parameters

tag
Type: SystemString
The alias of the tag.

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 another entry.
See Also