Click or drag to resize
AbstractDatabaseAbstracterBeginTransaction Method
Overload List
  NameDescription
Public methodBeginTransaction
Puts the abstracter in transaction mode using the Read Committed isolation level. From this point, and until a call to Commit or Rollback, all SQL requests will be executed on the same connection and transaction.
Public methodBeginTransaction(IsolationLevel)
Puts the abstracter in transaction mode using the given isolation level. From this point, and until a call to Commit or Rollback, all SQL requests will be executed on the same connection and transaction.
Top
See Also