Click or drag to resize
TransactionBaseAddAuditor 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.3.0.0 (5.3.0)
Syntax
public void AddAuditor(
	IAuditor toAdd
)

Parameters

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

Implements

ITransactionAddAuditor(IAuditor)
See Also