Click or drag to resize
DaoBaseCreateTransaction Method
Creates a new ADO.NET transaction

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public virtual DbTransaction CreateTransaction(
	DbConnection connectionToUse,
	IsolationLevel isolationLevelToUse
)

Parameters

connectionToUse
Type: System.Data.CommonDbConnection
the connection to use
isolationLevelToUse
Type: System.DataIsolationLevel
the isolation level to use

Return Value

Type: DbTransaction
new ADO.NET transaction object.

Implements

IDaoCreateTransaction(DbConnection, IsolationLevel)
See Also