public enum MySqlLoaderPriority : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum MySqlLoaderPriority Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
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. |
System.Object
System.ValueType
System.Enum
Devart.Data.MySql.MySqlLoaderPriority