SQueryKind EnumerationMeridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions
Defines the type of a table/query.

Namespace: BlueCieloECM.InnoCielo.Meridian.Scripting
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.53.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