Devart MySql Destination component loads data into MySQL tables. It has the following custom properties:
Property | 
Description | 
||||||||
|---|---|---|---|---|---|---|---|---|---|
BufferSize  | 
The maximal size of a data packet sent to the server. Default value is 262144.  | 
||||||||
BulkInsertDelayed  | 
Determines whether to use INSERT DELAYED statement syntax. Default value is False.  | 
||||||||
BulkInsertLock  | 
Determines whether to execute the LOCK TABLE statement before loading the data. Default value is False.  | 
||||||||
Operation  | 
A DML operation to apply to the target object. Default value is BulkInsert. The following values are supported: 
 
 
 
  | 
||||||||
RetryCount  | 
The number of times to retry loading the data in case if it fails. Default value is 5.  | 
||||||||
RetryInterval  | 
The number of seconds before repeating an attempt to load data. Default value is 1.  | 
||||||||
TableName  | 
The name of a MySQL database object to load data into.  |