Click or drag to resize

MapperKernelMapperProcessing Enumeration

Describes the internal processing state of the mapper.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected enum MapperProcessing
Members
  Member nameValueDescription
Initial0The mapper is in its initial state.
Quiescent1The mapper is qiescent (at rest).
Loading2The mapper is in the process of loading its meta-data.
Binding3The mapper is in the process of binding its fields.
WaitingForInitialQuery4The mapper is waiting for its initial query.
PerformingInitialQuery5The mapper is in the process of performing its initial query.
PerformingRowRequery6The mapper is in the process of performing a row requery.
Saving7The mapper is in the process of performing a save.
Remarks
This object is internal to NetQuarry and is not intended to be used directly from your code.
See Also