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
Data The Data property determines a two-dimensional array of data to be exported within one transaction.
ErrorMessage The ErrorMessage property returns the error message text after the packet is inserted.
Failed The Failed property returns whether export of the specified record failed.
FailedRows The FailedRows property returns records amount, during export of which an error occurred.
FailPolicy 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.
Successful The Successful property returns whether data packet export is completed successfully.

See also:

Dt Assembly Classes