Class Transaction

  • Will be made internal in a future major release. A class maintaining state related to a server transaction. Internal Only

Properties

  • Will be made internal in a future major release.

Accessors

  • get isActive(): boolean
  • Returns boolean

    Whether this session is presently in a transaction

    • Will be made internal in a future major release.
  • get isCommitted(): boolean
  • Returns boolean

    • Will be made internal in a future major release.
  • get isPinned(): boolean
  • Returns boolean

    • Will be made internal in a future major release.
  • get isStarting(): boolean
  • Returns boolean

    Whether the transaction has started

    • Will be made internal in a future major release.