MySQL Connector/Net
MySqlBulkLoaderConflictOption Property |
Gets or sets the conflict option.
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9

public MySqlBulkLoaderConflictOption ConflictOption { get; set; }
Public Property ConflictOption As MySqlBulkLoaderConflictOption Get Set
public: property MySqlBulkLoaderConflictOption ConflictOption { MySqlBulkLoaderConflictOption get (); void set (MySqlBulkLoaderConflictOption value); }
member ConflictOption : MySqlBulkLoaderConflictOption with get, set
Property Value
Type: MySqlBulkLoaderConflictOptionThe conflict option.
