TransparentPersistenceSupport.

TransparentPersistenceSupport(IRollbackStrategy) Constructor

Summary

Creates a new instance of TransparentPersistenceSupport class

Syntax

public TransparentPersistenceSupport(IRollbackStrategy rollbackStrategy)

Parameters

Name Type Description
rollbackStrategy IRollbackStrategy RollbackStrategy interface implementation, which defines the actions to be taken on the object when the transaction is rolled back.

Return Value

Type Description
void