Query result row field

Field

Hierarchy (view full)

Constructors

Properties

statusInfo: Promise<any>

Undocumented

Methods

  • Gets value as a floating point value.

    Returns number

  • Gets value as 64bit integer.

    Returns number

  • Gets value as a integer.

    Returns number

  • Gets value as string.

    Returns string

  • Gets class name of the object.

    Returns string

  • Call defined method with locked data so user can access them.

    Parameters

    • func: (() => any)

      Method to call

        • (): any
        • Returns any

    Returns void