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.4.0.0 (5.4.0)
Syntax IList GetAuditEntitiesToSave()
Function GetAuditEntitiesToSave As IList
Return Value
Type:
IListThe 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