MySqlLoaderConflictOption Enumeration
Specifies handling of input rows that duplicate existing rows on unique key values.
Member | Description |
Ignore | Ignore any rows where the primary key conflicts. |
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. |
Replace | Replace column values when a key conflict occurs. |
System.Object
System.ValueType
System.Enum
Devart.Data.MySql.MySqlLoaderConflictOption