Click or drag to resize

TransactionBaseStart Method

Starts the transaction if it hasn't been started yet.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
protected DbTransaction Start(
	IsolationLevel transactionIsolationLevel,
	string name
)

Parameters

transactionIsolationLevel
Type: System.DataIsolationLevel
name
Type: SystemString

Return Value

Type: DbTransaction
See Also