Scalar function that retrieves the ROWVERSION of the most recent table update.
Supported in SQL: |
Yes |
Supported in Navigational: |
No |
Syntax
LASTROWVERSION() à iRowversion
Parameters
None |
|
Return Value
A ROWVERSION value (a 64-bit integer).
Remarks
Returns the ROWVERSION from the most recent update of a table having a ROWVERSION field for the current statement handle.
See Also