Field |
Field Type |
Null |
Notes |
Description |
NUMBERROWSADDED |
int |
|
Default = 0 |
Number of rows added by the user |
NUMBERROWSCHANGED |
int |
|
Default = 0 |
Number of rows changed by the user |
NUMBERROWSDELETED |
int |
|
Default = 0 |
Number of rows deleted by the user |
NUMBERROWSCOMMITTEDSUCCESSFULLY |
int |
|
Default = 0 |
Number of rows successfully committed by the user |
NUMBERROWEXCEPTIONS |
int |
|
Default = 0 |
Number of row exceptions |
DATEADDED |
datetime |
|
Default = getdate() |
Indicates the date this record was added. |
DATECHANGED |
datetime |
|
Default = getdate() |
Indicates the date this record was last changed. |
TS |
timestamp |
|
|
Timestamp. |
TSLONG |
bigint (Computed) |
 |
CONVERT(bigint, TS) |
Numeric representation of the timestamp. |