SQLiteDatabase.ConflictNone Field

Definition

Caution

This constant will be removed in the future version. Use Android.Database.Sqlite.Conflict enum directly instead of this field.

Use the following when no conflict action is specified.

[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.", true)]
public const Android.Database.Sqlite.Conflict ConflictNone = 0;
[<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.", true)>]
val mutable ConflictNone : Android.Database.Sqlite.Conflict

Field Value

Value = 0
Attributes

Remarks

Use the following when no conflict action is specified.

Java documentation for android.database.sqlite.SQLiteDatabase.CONFLICT_NONE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to