 | 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)
Syntaxpublic byte[] BlobValue { get; }
Public ReadOnly Property BlobValue As Byte()
Get
Property Value
Type:
Byte
ExceptionsException | Condition |
---|
InvalidCastException | The result is not of type Blob |
See Also