DAAsyncRequestType
Overview
DAAsyncRequestType enumeration describes various types of standard DataAbstract requests (such as GetSchema, GetData, UpdateData and others).
In most cases there is no need to deal with this enumeration directly
Location
- Reference: DAAsyncRequest.h
- Namespace: DataAbstract
| Value | Description |
|---|---|
| artExecuteCommand | Means that given DAAsyncRequest is ExecuteCommand request |
| artExecuteCommandEx | Means that given DAAsyncRequest is ExecuteCommandEx request |
| artGetData | Means that given DAAsyncRequest is GetData request |
| artGetDataTable | Means that given DAAsyncRequest is GetDataTable request |
| artGetSchema | Means that given DAAsyncRequest is GetSchema request |
| artUpdate | Means that given DAAsyncRequest is UpdateData request |