Function ctChanges

  • Returns

    changes since specific version number

    Description

    This row-set function is used to query for change information. The function queries the data stored in the internal change tracking tables. The function returns a results set that contains the primary keys of rows that have changed together with other change information such as the operation, columns updated and version for the row.

    Type Parameters

    • PrimaryKeys

    Parameters

    • __namedParameters: CtChangesInput

    Returns Promise<ValidResult<PrimaryKeys>>

Generated using TypeDoc