In its most simple form, updating a model on its own without any filter conditions will
update every field, except the Id
which is used to limit the update to itself.
Otherwise you can specify a custom filter condition using a typed expression:
As updating a partial set of fields is a common use-case, OrmLite provides several UpdateOnly()
APIs for this purpose:
When you need to update existing values you can use UpdateAdd()
Typed APIs: