| QdbTableWriterSetInt64 Method (String, NullableInt64) |
Set a value in the current row in a column of integers.
Namespace:
Quasardb.TimeSeries.Writer
Assembly:
Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax public void SetInt64(
string name,
long? value
)
Public Sub SetInt64 (
name As String,
value As Long?
)
Parameters
- name
- Type: SystemString
The name of the column you want to modify - value
- Type: SystemNullableInt64
The value of the point to insert
See Also