EntityCoreTFieldsOnAuditEntityFieldSet 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.4.0.0 (5.4.0)
Syntax protected virtual void OnAuditEntityFieldSet(
int fieldIndex,
Object originalValue
)
Protected Overridable Sub OnAuditEntityFieldSet (
fieldIndex As Integer,
originalValue As Object
)
Parameters
- fieldIndex
- Type: SystemInt32
Index of the field which got a new value. - originalValue
- Type: SystemObject
The original value of the field with the index passed in before it received a new value.
See Also