Click or drag to resize

ITransaction.AddAuditor Method

Adds the auditor passed in to the set of auditors to get audit entities from at commit.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntax
void AddAuditor(
	IAuditor toAdd
)

Parameters

toAdd
Type: SD.LLBLGen.Pro.ORMSupportClasses.IAuditor
To add.
See Also