 | QdbTableWriter.SetBlob Method (Int64,Byte[]) |
Set a value in the current row in a column of blobs.
Namespace:
Quasardb.TimeSeries.Writer
Assembly:
Quasardb (in Quasardb.dll) Version: 3.13.5.0 (3.13.5.0)
Syntaxpublic void SetBlob(
long index,
byte[] value
)
Public Sub SetBlob (
index As Long,
value As Byte()
)
Parameters
- index
- Type: System.Int64
The index to the column you want to modify - value
- Type:System.Byte[]
The value of the point to insert
See Also