Click or drag to resize

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)
Syntax
public string StringValue { get; }

Property Value

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