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:
Unvired.Kernel.SQLite
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int DeleteAll<T>()
Public Function DeleteAll(Of T) As Integer
public:
generic<typename T>
int DeleteAll()
member DeleteAll : unit -> int
Type Parameters
- T
-
The type of objects to delete.
Return Value
Type:
Int32
The number of objects deleted.
See Also