ITransactionLocal is an optional interface on sessions. It is used to start, commit, and abort transactions on the session. For more information, see "Simple Transactions" in Chapter 12.
| Method | Description |
| GetOptionsObject | Returns an object that can be used to specify configuration options for a subsequent call to StartTransaction. |
| StartTransaction | Begins a new transaction. |