ITransactionLocal : ITransaction

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.

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.

(Inherited)

All methods of ITransaction.

This topic is a part of: