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

Parameters

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

Implements

ITransactionAddAuditor(IAuditor)
See Also