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