SQLiteConnectionInsertOrReplace Method |
| Name | Description | |
|---|---|---|
| InsertOrReplace(Object) |
Inserts the given object and retrieves its
auto incremented primary key if it has one.
If a UNIQUE constraint violation occurs with
some pre-existing object, this function deletes
the old object.
| |
| InsertOrReplace(Object, Type) |
Inserts the given object and retrieves its
auto incremented primary key if it has one.
If a UNIQUE constraint violation occurs with
some pre-existing object, this function deletes
the old object.
|