Android.Database.Sqlite.SQLiteDatabase.ConflictIgnore Field
When a constraint violation occurs, the one row that contains the constraint violation is not inserted or changed.

Value: 4

Syntax

[Android.Runtime.Register("CONFLICT_IGNORE")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Database.Sqlite.Conflict enum directly instead of this field.")]
public const Conflict ConflictIgnore

Remarks

When a constraint violation occurs, the one row that contains the constraint violation is not inserted or changed. But the command continues executing normally. Other rows before and after the row that contained the constraint violation continue to be inserted or updated normally. No error is returned.

[Android Documentation]

Requirements

Namespace: Android.Database.Sqlite
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 8