clearAllData
Last updated
Last updated
Removes all the local tables in a project, excluding the datasets specified.
Name | Description | Input Type | Default | Options | Required |
---|---|---|---|---|---|
N/A
N/A
Coming Soon.
The user wants to delete all the dataset in a project.
Call the function.
Before calling the function clearAllData
, the L_customer and l_cart both exist as local tables.
After calling the clearAllData
, both tables have been removed.
except
The datasets that should not be removed.
String/Text
-
-
No