Method ReleaseAllTables
ReleaseAllTables(Locale)
Releases all tables that are currently loaded in the database. This will also release any references to the SharedTableData providing there are no other references to it, such as different Locale versions of the table that have been loaded.
Declaration
public void ReleaseAllTables(Locale locale = null)
Parameters
Type | Name | Description |
---|---|---|
Locale | locale | The Locale to release tables for, when null all locales will be released. |