Click or drag to resize

QdbStringGetAndRemove Method

Atomically gets the content and delete the string.

Namespace:  Quasardb
Assembly:  Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax
public string GetAndRemove()

Return Value

Type: String
The previous content of the string.
Exceptions
ExceptionCondition
QdbAliasNotFoundExceptionThe string is not present in the database.
QdbIncompatibleTypeExceptionThe database entry is not a string.
See Also