DtBulkPacket

Description

The DtBulkPacket class implements an object that is the data packet for transactional data consumer.

Comments

Object of the class is used for export using the PutBulk method.

Class object Properties inherited from IDtBulkPacket

  Property name Brief description
The Data property determines two-dimensional array of data to be exported within one transaction.
The ErrorMessage property returns the error message text after the packet is inserted.
The Failed property returns whether export of the specified record failed.
The FailedRows property returns records amount, during export of which an error occurred.
The FailPolicy property determines action type, that is implemented if an error occurs during data export.
The StopLimit property determines the number of error records, after which operation performing is stopped.
The Successful property returns whether data packet export is completed successfully.

See also:

Dt Assembly Classes