SQLiteConnectionDeleteAllT Method |
Deletes all the objects from the specified table.
WARNING WARNING: Let me repeat. It deletes ALL the objects from the
specified table. Do you really want to do that?
Namespace:
SQLite
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax public int DeleteAll<T>()
Type Parameters
- T
-
The type of objects to delete.
Return Value
Type:
Int32
The number of objects deleted.
See Also