SQLiteConnectionUpdate Method |
| Name | Description | |
|---|---|---|
| Update(Object) |
Updates all of the columns of a table using the specified object
except for its primary key.
The object is required to have a primary key.
| |
| Update(Object, Type) |
Updates all of the columns of a table using the specified object
except for its primary key.
The object is required to have a primary key.
|