AuditorBaseGetAuditEntitiesToSave 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.1.0.0 (5.1.0)
Syntax public virtual IList GetAuditEntitiesToSave()
Public Overridable Function GetAuditEntitiesToSave As IList
Return Value
Type:
IList
The list of audit entities to save, or null if there are no audit entities to save
Implements
IAuditorGetAuditEntitiesToSaveRemarks 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