Click or drag to resize

QdbCellStringValue Property

Gets the result reinterpreted as a string.

Namespace:  Quasardb.Query
Assembly:  Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax
public string StringValue { get; }

Property Value

Type: String
Exceptions
ExceptionCondition
InvalidCastExceptionThe result is not of type String
See Also