Context Parameters for Saving Data

Context Parameters for Saving Data

When saving data, you can use the following context parameters:

Parameter NameValue
@ChangedRowCount or @changed_row_countTotal number of changed rows in the current transaction.
@ChangedRowIndex or @changed_row_indexIndex of a row in the changed row set, starting from 1.
@DataLanguage or @data_languageData language code selected via the Options dialog box.
@RowNum or @RowNum2Actual row number, starting from 1.
@TableName or @table_nameQualified name of the active query object, e.g., [s02].[usp_cashbook].
@TransactionID or @transaction_idUnique GUID for the current transaction.
@TransactionStartTime or @transaction_start_timeUTC start time of the current transaction.
@WindowsUserName or @windows_user_nameWindows login of the current user.

This website is using cookies. By continuing to browse, you give us your consent to our use of cookies as explained in our Cookie Policy.