Android.Database.Sqlite.SQLiteDatabase.ConflictNone Field
Use the following when no conflict action is specified.

Value: 0

Syntax

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

Remarks

Use the following when no conflict action is specified.

[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