Click or drag to resize

QdbTimestampColumnInsertTruncate Method

Overload List
  NameDescription
Public methodInsertTruncate(QdbTimeInterval, QdbTimestampPoint)
Inserts one or more points in the table and erases the given range in the same transaction
Public methodInsertTruncate(QdbTimeInterval, QdbTimestampPointCollection)
Inserts one or more points in the table and erases the given range in the same transaction
Public methodInsertTruncate(QdbTimeInterval, IEnumerableQdbTimestampPoint)
Inserts one or more points in the table and erases the given range in the same transaction
Public methodInsertTruncate(IEnumerableQdbTimeInterval, QdbTimestampPoint)
Inserts one or more points in the table and erases given ranges in the same transaction
Public methodInsertTruncate(IEnumerableQdbTimeInterval, QdbTimestampPointCollection)
Inserts one or more points in the table and erases given ranges in the same transaction
Public methodInsertTruncate(IEnumerableQdbTimeInterval, IEnumerableQdbTimestampPoint)
Inserts one or more points in the table and erases given ranges in the same transaction
Public methodInsertTruncate(QdbTimeInterval, DateTime, NullableDateTime)
Inserts one point in the table and erases the given range in the same transaction
Public methodInsertTruncate(IEnumerableQdbTimeInterval, DateTime, NullableDateTime)
Inserts one point in the table and erases given ranges in the same transaction
Top
See Also