Click or drag to resize

EntityCore<TFields>.OnAuditEntityFieldSet 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.8.0.0 (5.8.21.0111)
Syntax
protected virtual void OnAuditEntityFieldSet(
	int fieldIndex,
	Object originalValue
)

Parameters

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