Click or drag to resize

ITransactionAddAuditor 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.9.0.0 (5.9.0)
Syntax
void AddAuditor(
	IAuditor toAdd
)

Parameters

toAdd
Type: SD.LLBLGen.Pro.ORMSupportClassesIAuditor
To add.
See Also