RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SqlExpr.TTransactionDesc Record
Pascal
TTransactionDesc = packed record
  TransactionID: LongWord;
  GlobalID: LongWord;
  IsolationLevel: TTransIsolationLevel;
  CustomIsolation: LongWord;
end;
C++
struct TTransactionDesc {
  LongWord TransactionID;
  LongWord GlobalID;
  TTransIsolationLevel IsolationLevel;
  LongWord CustomIsolation;
};

This is record SqlExpr.TTransactionDesc.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!