Synergex.SynergyDE.Select.CTInfo

Class containing change tracking information for a record

WSupported on Windows
USupported on Unix
VSupported on OpenVMS
NSupported in Synergy .NET
namespace Synergex.SynergyDE.Select
class CTInfo

The CTInfo class retrieves change tracking information for a record.

Properties

Older

public Older

Implements a get method that returns a CTInfo object representing the previous revision of the record identified in the current CTInfo object, if one exists. (@CTInfo)

Newer

public Newer

Implements a get method that returns a CTInfo object representing the next revision of the record identified in the current CTInfo object, if one exists. (@CTInfo)

CTRecord

public CTRecord

Implements a get method that returns the record identified in the current CTInfo object. (a)

SnapshotNumber

public SnapshotNumber

Implements a get method that returns the change tracking snapshot number for the current CTInfo record. If the record doesn’t include change tracking data (i.e., CurrentCTState==Untracked) or if the record was added by an event that follows the last snapshot, SnapshotNumber returns 0. (int)

SnapshotTime

public SnapshotTime

Implements a get method that returns the change tracking snapshot time for the current CTInfo record entry in %DATETIME format. If the record doesn’t include change tracking data (i.e., CurrentCTState==Untracked) or if the record was added by an event that follows the last snapshot, SnapshotTime is blank. (a)

Rdlen

public Rdlen

Implements a get method that returns the %RDLEN of the current record. (int)

GetCTState

public GetCTState

Implements a get method that returns a CTState enumeration identifying the state of the current CTInfo record. (CTState)

See also