Click or drag to resize

QdbStringRemoveIf Method

Atomically compares the content and deletes the string when it matches.

Namespace:  Quasardb
Assembly:  Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax
public bool RemoveIf(
	string comparand
)

Parameters

comparand
Type: SystemString
The content to compare to.

Return Value

Type: Boolean
true if remove, false if not.
Exceptions
ExceptionCondition
QdbAliasNotFoundExceptionThe string is not present in the database.
QdbIncompatibleTypeExceptionThe database entry is not a string.
See Also