Click or drag to resize

SQLiteConnectionInsertOrReplace Method

Overload List
  NameDescription
Public methodInsertOrReplace(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.
Public methodInsertOrReplace(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.
Top
See Also