Click or drag to resize

QdbClusterEntry Method

Returns a QdbEntry attached to the specified alias. The actual type of the return value depends on the type of the entry in the database.

Namespace:  Quasardb
Assembly:  Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax
public QdbEntry Entry(
	string alias
)

Parameters

alias
Type: SystemString

Return Value

Type: QdbEntry
An entry associated to the specified alias.
Exceptions
ExceptionCondition
QdbAliasNotFoundExceptionIf the entry doesn't exists.
See Also