Click or drag to resize
IAuditor.AuditEntityFieldSet Method
Audits when an entity field is set succesfully to a new value.

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
void AuditEntityFieldSet(
	IEntityCore entity,
	int fieldIndex,
	Object originalValue
)

Parameters

entity
Type: SD.LLBLGen.Pro.ORMSupportClasses.IEntityCore
The entity a field was set to a new value.
fieldIndex
Type: System.Int32
Index of the field which got a new value.
originalValue
Type: System.Object
The original value of the field with the index passed in before it received a new value.
See Also