 | QdbClusterTimestamp Method |
Namespace:
Quasardb
Assembly:
Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntaxpublic QdbTimestamp Timestamp(
string alias
)
Public Function Timestamp (
alias As String
) As QdbTimestamp
Parameters
- alias
- Type: SystemString
The alias (i.e. key) of the timestamp in the database.
Return Value
Type:
QdbTimestampAn timestamp associated to the specified alias.
RemarksNo operation is performed in the database.
See Also