Context Parameters for Saving Data
When saving data, you can use the following context parameters:
Parameter Name | Value |
---|---|
@ChangedRowCount or @changed_row_count | Total number of changed rows in the current transaction. |
@ChangedRowIndex or @changed_row_index | Index of a row in the changed row set, starting from 1. |
@DataLanguage or @data_language | Data language code selected via the Options dialog box. |
@RowNum or @RowNum2 | Actual row number, starting from 1. |
@TableName or @table_name | Qualified name of the active query object, e.g., [s02].[usp_cashbook]. |
@TransactionID or @transaction_id | Unique GUID for the current transaction. |
@TransactionStartTime or @transaction_start_time | UTC start time of the current transaction. |
@WindowsUserName or @windows_user_name | Windows login of the current user. |