Click or drag to resize
AbstractDatabaseAbstracterBeginTransaction Method
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.

Namespace: Activsoft.Engine.Db
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
public void BeginTransaction()

Implements

IDatabaseAbstracterBeginTransaction
See Also