Data.SqlExpr.TTransactionDesc.GlobalID

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: field
Visibility: public
Source:
Data.SqlExpr.pas
Data.SqlExpr.hpp
Unit: Data.SqlExpr
Parent: TTransactionDesc

Delphi

GlobalID         : LongWord;             { Global transaction id }

C++

System::LongWord GlobalID;

Description

Specifies the Global ID of the SQL transaction.

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

See Also