A distributed unit of work does not support participating in transaction scopes

Namespace:  Mindscape.LightSpeed.ServiceModel
Assembly:  Mindscape.LightSpeed.ServiceModel (in Mindscape.LightSpeed.ServiceModel.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public override IDbTransaction BeginTransaction(
	IsolationLevel isolationLevel
)
Visual Basic (Declaration)
Public Overrides Function BeginTransaction ( _
	isolationLevel As IsolationLevel _
) As IDbTransaction

Parameters

isolationLevel
Type: System.Data..::.IsolationLevel
Ignored

Return Value

Not supported

Implements

IUnitOfWork..::.BeginTransaction(IsolationLevel)
IUnitOfWork..::.BeginTransaction(IsolationLevel)

See Also