| IAuditorAuditEntityFieldSet 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.1.0.0 (5.1.0)
Syntaxvoid AuditEntityFieldSet(
	IEntityCore entity,
	int fieldIndex,
	Object originalValue
)
Sub AuditEntityFieldSet ( 
	entity As IEntityCore,
	fieldIndex As Integer,
	originalValue As Object
)
Parameters
- entity
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCore
The entity a field was set to a new value. - 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