Click or drag to resize
IAuditorGetAuditEntitiesToSave Method
Gets the audit entities to save. Audit entities contain the audit information stored inside this auditor.

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
IList GetAuditEntitiesToSave()

Return Value

Type: IList
The list of audit entities to save, or null if there are no audit entities to save
Remarks
Do not remove the audit entities and audit information from this auditor when this method is called, as the transaction in which the save takes place can fail and retried which will result in another call to this method
See Also