 | QdbCellStringValue Property |
Gets the result value reinterpreted as a string.
Namespace:
Quasardb.Query
Assembly:
Quasardb (in Quasardb.dll) Version: 3.9.9.0 (3.9.9.0)
Syntaxpublic string StringValue { get; }
Public ReadOnly Property StringValue As String
Get
Property Value
Type:
String
ExceptionsException | Condition |
---|
InvalidCastException | The result value is not of type String |
See Also