Android.Database.Sqlite.SQLiteDatabase.ConflictAbort Field
When a constraint violation occurs,no ROLLBACK is executed so changes from prior commands within the same transaction are preserved.

Value: 2

Syntax

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

Remarks

When a constraint violation occurs,no ROLLBACK is executed so changes from prior commands within the same transaction are preserved. This is the default behavior.

[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