autoCommitRead method

TxnContextV2 autoCommitRead()

Implementation

TxnContextV2 autoCommitRead() {
  return begin(readOnly: true);
}