 | QdbClusterString Method |
Returns a
QdbString attached to the specified alias.
Namespace:
Quasardb
Assembly:
Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntaxpublic QdbString String(
string alias
)
Public Function String (
alias As String
) As QdbString
Parameters
- alias
- Type: SystemString
The alias (i.e. key) of the string in the database.
Return Value
Type:
QdbStringA string associated to the specified alias.
RemarksNo operation is performed in the database.
See Also