 | QdbCellBlobValue Property |
Gets the value.
Namespace:
Quasardb.TimeSeries.Reader
Assembly:
Quasardb (in Quasardb.dll) Version: 3.9.9.0 (3.9.9.0)
Syntaxpublic byte[] BlobValue { get; }
Public ReadOnly Property BlobValue As Byte()
Get
Property Value
Type:
Byte
ExceptionsException | Condition |
---|
InvalidCastException | The value is not of type Blob |
See Also