![]() | QdbTimestampColumn.InsertTruncate Method |
Name | Description | |
---|---|---|
![]() | InsertTruncate(QdbTimeInterval,QdbTimestampPoint[]) |
Inserts one or more points in the table and erases the given
range in the same transaction
|
![]() | InsertTruncate(QdbTimeInterval, QdbTimestampPointCollection) |
Inserts one or more points in the table and erases the given
range in the same transaction
|
![]() | InsertTruncate(QdbTimeInterval, IEnumerable<QdbTimestampPoint>) |
Inserts one or more points in the table and erases the given
range in the same transaction
|
![]() | InsertTruncate(IEnumerable<QdbTimeInterval>,QdbTimestampPoint[]) |
Inserts one or more points in the table and erases given
ranges in the same transaction
|
![]() | InsertTruncate(IEnumerable<QdbTimeInterval>, QdbTimestampPointCollection) |
Inserts one or more points in the table and erases given
ranges in the same transaction
|
![]() | InsertTruncate(IEnumerable<QdbTimeInterval>, IEnumerable<QdbTimestampPoint>) |
Inserts one or more points in the table and erases given
ranges in the same transaction
|
![]() | InsertTruncate(QdbTimeInterval, DateTime, Nullable<DateTime>) |
Inserts one point in the table and erases the given range in
the same transaction
|
![]() | InsertTruncate(IEnumerable<QdbTimeInterval>, DateTime, Nullable<DateTime>) |
Inserts one point in the table and erases given ranges in
the same transaction
|