DetachAllTables
  • 1 Minute to read
  • Dark
    Light
  • PDF

DetachAllTables

  • Dark
    Light
  • PDF

Article summary

Detaches all injected tables from a project.

KeyValue(s)Description
method"DetachAllTables"Detaches all injected tables from a project.
targetProject"TargetProjectName"Project containing the tables to be detached.
project"CurrentProjectName"Current Project

All injected tables in the target project will be detached.    If any fields have been engineered whilst the tables were injected into the target project then the tables in the targetproject will still be present, but will contain only the engineered fields.

To permanently remove an injected table and any engineered fields, first call DetachAllTables, and then use DeleteTable for each table which needs to be removed.

NOTE: Consider using a script and process that allows the target project to be dropped and recreated.

{
  "method": "DetachAllTables",
  "targetProject": "Production"
  "project": "LoadProject"
}



Was this article helpful?

What's Next