DataAdapterStatus
Overview
The DataAdapterStatus enum describes current status of the Data Adapter instance. In most cases there is no need to directly access values of this type.
Location
- Reference: RemObjects.DataAbstract.dll
- Namespace: RemObjects.DataAbstract
Value | Description |
---|---|
Filling | DataAdapter is currently loading table data from the server |
FillingSchema | DataAdapter is currently loading Schema data from the server |
Idle | DataAdapter doesn't perform any actions at this moment of time |
Updating | DataAdapter is currently updating data on the server |