Audits the successful update of an existing entity in the database

Namespace: MonoSoftware.LLBLGen
Assembly: MonoSoftware.LLBLGen (in MonoSoftware.LLBLGen.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
public override void AuditUpdateOfExistingEntity(
	IEntityCore entity
)
Visual Basic
Public Overrides Sub AuditUpdateOfExistingEntity ( 
	entity As IEntityCore
)
Visual C++
public:
virtual void AuditUpdateOfExistingEntity(
	IEntityCore^ entity
) override
F#
abstract AuditUpdateOfExistingEntity : 
        entity : IEntityCore -> unit 
override AuditUpdateOfExistingEntity : 
        entity : IEntityCore -> unit 

Parameters

entity
Type: IEntityCore
The entity updated successfully in the database.

Implements

IAuditorAuditUpdateOfExistingEntity(IEntityCore)

See Also