Data.SqlExpr.TTransactionDesc.GlobalID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

GlobalID         : LongWord;             { Global transaction id }

C++

unsigned GlobalID;

Properties

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

Description

Specifies the Global ID of the SQL transaction.

GlobalID is used to specify the Global ID of an SQL Transaction.

See Also