Top | Previous | Next |
system.db.removeDatasource |
Description Removes a database connection from Ignition. Syntax system.db.removeDatasource(name) Parameters String name - The name of the database connection in Ignition. Returns nothing Scope All Examples system.db.removeDatasource("MySQL") |