| 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
)
Public Function Entry (
alias As String
) As QdbEntry
Parameters
- alias
- Type: SystemString
Return Value
Type:
QdbEntryAn entry associated to the specified alias.
Exceptions See Also