DebugDatabase Empty Method Fling OS
Empties all the database's tables.

Namespace: Kernel.Debug.Data
Assembly: Kernel.Debug.Data (in Kernel.Debug.Data.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void Empty()
Remarks

This does call SubmitChanges  meaning the database is emptied immediately this method is called. Add any new tables to this empty method.
See Also