Icon InTransaction Property

property InTransaction: Boolean

Usage

Specifies whether the database adapter is currently processing a transaction commit request. This is useful when you wish to use different datasets, or dataset adapters, with transactions than with requests for column definitions, rows, or BLOB columns. You can examine this property in an OnGetDataSetAdapter event handler in order to perform this type of conditional processing.
Image