eqaction-class
Defines the constant strings for all possible actions
public static class Korzh.EasyQuery.Services.EqAction
Assembly: Korzh.EasyQuery.dll
Static Fields
| Name | Type | Description |
|---|---|---|
| ExportResult | string | ExportResult action |
| FetchData | string | FetchData (former "ExecuteQuery") action |
| GetLicenseKey | string | GetLicenseKey action |
| GetLicenseKey2 | string | GetLicenseKey (v2) action |
| GetModel | string | GetModel action |
| GetQuery | string | GetQuery action |
| GetQueryFile | string | GetQueryFile action |
| GetQueryList | string | GetQueryList action |
| GetValueList | string | GetValueList action |
| NewQuery | string | NewQuery action |
| PutLicenseKey | string | PutLicenseKey action |
| RemoveQuery | string | RemoveQuery action |
| SaveQuery | string | SaveQuery action |
| SyncQuery | string | SyncQuery action |
| UploadQueryFile | string | UploadQueryFile action |