Click or drag to resize

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()

Return Value

Type: ExtResults
The most severe extension result status obtained.
See Also