Mono Class Library: MySql.Data.MySqlClient Namespace

MySql.Data.MySqlClient.MySqlBulkLoaderPriority Enumeration

[Edit]
public enum MySqlBulkLoaderPriority

Remarks

Documentation for this section has not yet been entered. [Edit]

Members

Member NameDescription
Concurrent 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. [Edit]
Low Low priority will cause the load operation to wait until all readers of the table have finished. This only affects storage engines that use only table-level locking such as MyISAM, Memory, and Merge. [Edit]
None This is the default and indicates normal priority [Edit]

Requirements

Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll)
Assembly Versions: 6.1.3.0