-
-
Notifications
You must be signed in to change notification settings - Fork 0
SlDatabase: Delete Table
Milkenm edited this page May 9, 2019
·
1 revision
Syntax:
SlDatabase _Database = new SlDatabase();
_Database.DeleteTable(<TABLE>);# TABLE: The table to delete (WARNING: all data is lost and cannot be recovered!).
Example:
SlDatabase _Database = new SlDatabase();
_Database.DeleteTable("Users");