'Declaration Public Enum MySqlLoaderPriority Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
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
public enum MySqlLoaderPriority : System.Enum, 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
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2