diff options
Diffstat (limited to 'Software/Visual_Studio/Tango.Synchronization/ISqlDataBase.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.Synchronization/ISqlDataBase.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.Synchronization/ISqlDataBase.cs b/Software/Visual_Studio/Tango.Synchronization/ISqlDataBase.cs index f087dfd15..fa4e018be 100644 --- a/Software/Visual_Studio/Tango.Synchronization/ISqlDataBase.cs +++ b/Software/Visual_Studio/Tango.Synchronization/ISqlDataBase.cs @@ -24,6 +24,11 @@ namespace Tango.Synchronization List<DataTable> Tables { get; } /// <summary> + /// Loads the tables (Must be done before any synchronization). + /// </summary> + void LoadTables(); + + /// <summary> /// Clones a table from another database into this database. /// </summary> /// <param name="otherDB">The other database.</param> |
