 | QdbTimestampColumnInsert Method (DateTime, NullableDateTime) |
Inserts one point in the table
Namespace:
Quasardb.TimeSeries
Assembly:
Quasardb (in Quasardb.dll) Version: 3.9.9.0 (3.9.9.0)
Syntaxpublic void Insert(
DateTime time,
Nullable<DateTime> value
)
Public Sub Insert (
time As DateTime,
value As Nullable(Of DateTime)
)
Parameters
- time
- Type: SystemDateTime
The timestamp of the point to insert - value
- Type: SystemNullableDateTime
The value of the point to insert
See Also