Defines the type of a table/query.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Scripting
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax Public Enumeration SQueryKind
Members
| Member name | Value | Description |
---|
| AS_TQ_ITABLE | 2 |
Internal table.
|
| AS_TQ_ETABLE | 3 |
External table source.
|
| AS_TQ_EQUERY | 4 |
External query.
|
| AS_TQ_ESPROC | 5 |
External stored procedure.
|
| AS_TQ_EBATCH | 6 |
External batch.
|
Remarks
This enumeration overrides AS_TQTYPE
defined in BlueCieloECM.AMAutoSO PIA.
See Also