Context Parameters for Saving Data

Context Parameters for Saving Data

Objects used to save data can use the following context parameters:

Parameter NameValue
@ChangedRowCount or @changed_row_countThe total number of changed rows in the current transaction
@ChangedRowIndex or @changed_row_indexA row index in the changed Row set starting 1
@DataLanguage or @data_languageA data language code selected using the Options dialog box
@RowNum or @RowNum2An actual row number starting 1
@TableName or @table_nameA qualified name of the active query object like [s02].[usp_cashbook]
@TransactionID or @transaction_idA unique GUID of the current transaction
@TransactionStartTime or @transaction_start_timeA UTC start time of the current transaction
@WindowsUserName or @windows_user_nameThe Windows login of the current user