MapperKernelMapperProcessing Enumeration |
Namespace: NetQuarry.Data
| Member name | Value | Description | |
|---|---|---|---|
| Initial | 0 | The mapper is in its initial state. | |
| Quiescent | 1 | The mapper is qiescent (at rest). | |
| Loading | 2 | The mapper is in the process of loading its meta-data. | |
| Binding | 3 | The mapper is in the process of binding its fields. | |
| WaitingForInitialQuery | 4 | The mapper is waiting for its initial query. | |
| PerformingInitialQuery | 5 | The mapper is in the process of performing its initial query. | |
| PerformingRowRequery | 6 | The mapper is in the process of performing a row requery. | |
| Saving | 7 | The mapper is in the process of performing a save. |
Copyright (c) 2004-2020 NetQuarry, Inc. All rights reserved.