Command (C).vi
- Updated2024-07-30
- 2 minute(s) read
Begins, commits, or rolls back a transaction for any type of reference. Wire data to the reference input to determine the polymorphic instance to use or manually select the instance.

Inputs/Outputs
command reference
—
command reference specifies a reference to an ADO Command object.
operation (begin)
—
operation specifies the operation you want to perform on the transaction.
isolation level (chaos)
—
isolation level specifies the isolation level used for the transaction. You only need to set isolation level if other transactions might be pending at this same time.
error in (no error)
—
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
command reference out
—
command reference out returns a reference to an ADO Command object.
error out
—
error out contains error information. This output provides standard error out functionality. |
command reference
—
operation (begin)
—
error in (no error)
—
command reference out
—
error out
—