Data.SqlExpr.TTransactionDesc.CustomIsolation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

CustomIsolation  : LongWord;             { DB specific custom isolation }

C++

unsigned CustomIsolation;

Properties

Type Visibility Source Unit Parent
field public
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr TTransactionDesc

Description

Specifies the custom isolation level specific to a database.

CustomIsolation is used to specify the custom isolation level that is specific to the database for the TTransactionItem.

See Also