Mono Class Library: MySql.Data.MySqlClient Namespace

MySql.Data.MySqlClient.MySqlBulkLoaderConflictOption Enumeration

[Edit]
public enum MySqlBulkLoaderConflictOption

Remarks

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

Members

Member NameDescription
Ignore Ignore any rows where the primary key conflicts. [Edit]
None This is the default and indicates normal operation. In the event of a LOCAL load, this is the same as ignore. When the data file is on the server, then a key conflict will cause an error to be thrown and the rest of the data file ignored. [Edit]
Replace Replace column values when a key conflict occurs. [Edit]

Requirements

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