IBX.IBSQL.TIBSQL.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.IBSQL.pas
IBX.IBSQL.hpp
IBX.IBSQL TIBSQL

Description

Sets or returns the transaction to be used by the query.

Use the Transaction property to set or return the transaction to be used by the query.