SQLiteConnectionDelete Method (Object) |
Deletes the given object from the database using its primary key.
Namespace:
SQLite
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax public int Delete(
Object objectToDelete
)
Parameters
- objectToDelete
- Type: SystemObject
The object to delete. It must have a primary key designated using the PrimaryKeyAttribute.
Return Value
Type:
Int32
The number of rows deleted.
See Also