Click or drag to resize
IDatabaseAbstracterBeginTransaction Method (IsolationLevel)
Puts the abstracter in transaction mode with the given transaction isolation level.

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

Parameters

level
Type: System.DataIsolationLevel

[Missing <param name="level"/> documentation for "M:Activsoft.Engine.Db.IDatabaseAbstracter.BeginTransaction(System.Data.IsolationLevel)"]

See Also