transaction property

TransactionSelector? transaction
getter/setter pair

The transaction to use.

Must be a read-write transaction. To protect against replays, single-use transactions are not supported. The caller must either supply an existing transaction ID or begin a new transaction.

Required.

Implementation

TransactionSelector? transaction;