IBX.IBExtract.TIBExtract.Transaction

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Transaction : TIBTransaction read GetTransaction write SetTransaction;

C++

__property Ibx::Ibdatabase::TIBTransaction* Transaction = {read=GetTransaction, write=SetTransaction};

Properties

Type Visibility Source Unit Parent
property published
IBX.IBExtract.pas
IBX.IBExtract.hpp
IBX.IBExtract TIBExtract

Description

Specifies the transaction to use when fetching metadata from the server.

Set Transaction to specify a transaction to use when fetching metadata from the server. The ExtractObject method executes all calls to the server within the context of this transaction.