Click or drag to resize

QdbBlobRemoveIf Method

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

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

Parameters

comparand
Type: SystemByte
The content to compare to.

Return Value

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