CreateTransaction()
- Last UpdatedNov 25, 2015
- 1 minute read
Use the CreateTransaction() method to create a new aaDBTransaction object.
Syntax
aaDBTransaction CreateTransaction()
Return Value
If a failure occurs, this method returns null.
Getting the ExecutionState property of the newly-created aaDBTransaction object returns Created.
Remarks
You add aaDBCommand objects to this object that are processed as a whole in the order that they were added.