SqlTimestamp Property
Version: Available or changed with runtime version 1.0.
Specifies a field to be a timestamp field.
Applies to
- Table field
Property Value
True if the field is the timestamp field; otherwise, false. The default value is false.
Syntax
SQLTimestamp = true;
Remarks
Each table includes a hidden timestamp field. The timestamp field contains row version numbers for records as maintained in SQL Server. This property exposes the timestamp field in the table object, and enables you to write code against it. This property only applies to fields that have the data type BigInteger
. For more information, see Timestamp Field.