Subframe

Closes a subframe from a database, or all database objects.

1378

Inputs/Outputs

datatype_icon

subframe in

The subframe to close.

datatype_icon

close all?

An input that indicates that all open database objects will be closed. This is the default.

datatype_icon

error in

Error conditions that occur before this node runs.

The node responds to this input according to standard error behavior.

Standard Error Behavior

Default value: No error

datatype_icon

error out

Error information.

The node produces this output according to standard error behavior.

Standard Error Behavior

Description

This node closes a subframe object from a database (or all database objects). It is an instance of XNET Database Close.

To simplify the task of closing all database objects you opened, you can use the close all? parameter set to true (default); otherwise, only the single database object wired in is closed.

Database objects are closed automatically when the top-level node terminates, so using this node is optional. However, you may want to close database objects to free their memory prior to starting a session. You can use this node to do this.