TypedMapperExtensionTRowBeforeUpdate Method |
Fired when the mapper is just about to update an entire row in the database.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public virtual void RowBeforeUpdate(
T sender,
EAPEventArgs e
)
Public Overridable Sub RowBeforeUpdate (
sender As T,
e As EAPEventArgs
)
Parameters
- sender
- Type: T
The event's sender. - e
- Type: NetQuarryEAPEventArgs
Event arguments.
See Also