Synergex.SynergyDE.Select.CTInfo
WTSupported in traditional Synergy on Windows
|
WNSupported in Synergy .NET on Windows
|
USupported on UNIX
|
VSupported on OpenVMS
|
namespace Synergex.SynergyDE.Select class CTInfo
The CTInfo class retrieves change tracking information for a record.
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)
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)
public CTRecord
Implements a get method that returns the record identified in the current CTInfo object. (a)
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)
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)
public Rdlen
Implements a get method that returns the %RDLEN of the current record. (int)
public GetCTState
Implements a get method that returns a CTState enumeration identifying the state of the current CTInfo record. (CTState)
See also
- Change tracking
- ctutl utility