Android.Database.Sqlite.SQLiteDatabase.ConflictFail Field
When a constraint violation occurs, the command aborts with a return code SQLITE_CONSTRAINT.

Value: 3

Syntax

[Android.Runtime.Register("CONFLICT_FAIL")]
[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 ConflictFail

Remarks

When a constraint violation occurs, the command aborts with a return code SQLITE_CONSTRAINT. But any changes to the database that the command made prior to encountering the constraint violation are preserved and are not backed out.

[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