diff options
Diffstat (limited to 'Software/Visual_Studio/Tango.Synchronization/Local/ILocalDataBase.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.Synchronization/Local/ILocalDataBase.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.Synchronization/Local/ILocalDataBase.cs b/Software/Visual_Studio/Tango.Synchronization/Local/ILocalDataBase.cs index 66b111467..a435bea97 100644 --- a/Software/Visual_Studio/Tango.Synchronization/Local/ILocalDataBase.cs +++ b/Software/Visual_Studio/Tango.Synchronization/Local/ILocalDataBase.cs @@ -101,5 +101,10 @@ namespace Tango.Synchronization.Local /// <param name="row">The row.</param> /// <returns></returns> String GetUpdateRowCommand(DataTable table, DataRow row); + + /// <summary> + /// Clears the data base. + /// </summary> + void ClearDataBase(); } } |
