Context Parameters for Saving Data
Objects used to save data can use the following context parameters:
Parameter Name | Value |
---|---|
@ChangedRowCount or @changed_row_count | The total number of changed rows in the current transaction |
@ChangedRowIndex or @changed_row_index | A row index in the changed Row set starting 1 |
@DataLanguage or @data_language | A data language code selected using the Options dialog box |
@RowNum or @RowNum2 | An actual row number starting 1 |
@TableName or @table_name | A qualified name of the active query object like [s02].[usp_cashbook] |
@TransactionID or @transaction_id | A unique GUID of the current transaction |
@TransactionStartTime or @transaction_start_time | A UTC start time of the current transaction |
@WindowsUserName or @windows_user_name | The Windows login of the current user |