IBX.IBDatabase.TIBTransaction.DatabaseCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DatabaseCount: Integer read GetDatabaseCount;

C++

__property int DatabaseCount = {read=GetDatabaseCount, nodefault};

Properties

Type Visibility Source Unit Parent
property public
IBX.IBDatabase.pas
IBX.IBDatabase.hpp
IBX.IBDatabase TIBTransaction

Description

Indicates the number of databases that are part of the transaction.

Use DatabaseCount to determine the number of databases involved in a transaction.