TypedMapperExtensionTAuditInsert Method |
Fired when the mapper has performed an insert operation and any auditing should be performed
in response to this event.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public virtual void AuditInsert(
T sender,
EAPEventArgs e
)
Public Overridable Sub AuditInsert (
sender As T,
e As EAPEventArgs
)
Parameters
- sender
- Type: T
The event's sender. - e
- Type: NetQuarryEAPEventArgs
Event arguments.
See Also