 | QdbTableWriterSetInt64 Method (Int64, NullableInt64) |
Set a value in the current row in a column of integers.
Namespace:
Quasardb.TimeSeries.Writer
Assembly:
Quasardb (in Quasardb.dll) Version: 3.9.9.0 (3.9.9.0)
Syntaxpublic void SetInt64(
long index,
Nullable<long> value
)
Public Sub SetInt64 (
index As Long,
value As Nullable(Of Long)
)
Parameters
- index
- Type: SystemInt64
The index to the column you want to modify - value
- Type: SystemNullableInt64
The value of the point to insert
See Also