Click or drag to resize

SQueryKind Enumeration

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 enum SQueryKind
Members
  Member nameValueDescription
AS_TQ_ITABLE2 Internal table.
AS_TQ_ETABLE3 External table source.
AS_TQ_EQUERY4 External query.
AS_TQ_ESPROC5 External stored procedure.
AS_TQ_EBATCH6 External batch.
Remarks
This enumeration overrides AS_TQTYPE defined in BlueCieloECM.AMAutoSO PIA.
See Also