Click or drag to resize

QdbCellBlobValue Property

Gets the result reinterpreted as a byte array.

Namespace:  Quasardb.Query
Assembly:  Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax
public byte[] BlobValue { get; }

Property Value

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