Click or drag to resize

QdbStringGet Method

Gets the content.

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

Return Value

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