Click or drag to resize

QdbCellStringValue Property

Gets the result reinterpreted as a string.

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

Property Value

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