Click or drag to resize

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)
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