Click or drag to resize

MapperNofications Enumeration

Notifications sent by a mapper to its fields to apprise them of current mapper actions/state.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public enum MapperNofications
Members
  Member nameValueDescription
LoadStart1The mapper is about to start loading the field meta-data.
LoadComplete2The mapper has just completed loading the field meta-data.
RowCurrent3The mapper is about to fire its RowCurrent event.
See Also