Click or drag to resize

Transaction Properties

The Transaction type exposes the following members.

Properties
  NameDescription
Public propertyContext
Gets the transaction context in which this transaction operates. This transaction can only be used to access transacted objects in this context.
Public propertyIsActive
Gets a value indicating whether or not this transaction is still active. A transaction is active from the time it is constructed until Commit, Abort, or Dispose is called on it.
Public propertyNumber
Gets the number of this transaction. Multiple transactions may share a single number and the number of a transaction may change when it is committed.
Top
See Also