Click or drag to resize

IDaoCreateTransaction 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.5.0.0 (5.5.18.1019)
Syntax
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.
See Also