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

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

Parameters

level
Type: System.DataIsolationLevel
The IsolationLevel to use

Implements

IDatabaseAbstracterBeginTransaction(IsolationLevel)
See Also