MySqlLoaderPriority Enumeration
In This Topic
Specifies the priority of the load operation.
Syntax
Members
| Member | Description |
| Concurrent | Concurrent priority is only relevant for MyISAM tables. It signals that if the table has no free blocks in the middle, other readers can retrieve data from the table while the load operation is happening. |
| Low | Concurrent priority is only relevant for MyISAM tables and signals that if the table has no free blocks in the middle that other readers can retrieve data from the table while the load operation is happening. |
| None | Normal priority. This is the default value. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Devart.Data.MySql.MySqlLoaderPriority
See Also