IBX.IBDatabaseInfo.TIBDatabaseInfo.ReadSeqCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ReadSeqCount: TStringList read GetReadSeqCount;

C++

__property System::Classes::TStringList* ReadSeqCount = {read=GetReadSeqCount};

Properties

Type Visibility Source Unit Parent
property public
IBX.IBDatabaseInfo.pas
IBX.IBDatabaseInfo.hpp
IBX.IBDatabaseInfo TIBDatabaseInfo

Description

Returns the number of sequential database reads done on each table since the database was last attached.

Use ReadSeqCount to return the number of sequential database reads (that is, the number of sequential table scans) done on each table since the database was last attached