MapperKernelFireRowCurrentEvent Method |
Fire the ExtensionEvents.RowCurrent event. Immediately prior to the event being
fired the mapper's DeleteLocked property is cleared and RowLocked property is cleared as are those of all the mapper's
fields.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected ExtResults FireRowCurrentEvent()
Protected Function FireRowCurrentEvent As ExtResults
Return Value
Type:
ExtResultsThe most severe extension result status obtained.
See Also