| QdbTableWriterSetBlob Method (String, Byte) |
Set a value in the current row in a column of blobs.
Namespace:
Quasardb.TimeSeries.Writer
Assembly:
Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax public void SetBlob(
string name,
byte[] value
)
Public Sub SetBlob (
name As String,
value As Byte()
)
Parameters
- name
- Type: SystemString
The name of the column you want to modify - value
- Type: SystemByte
The value of the point to insert
See Also