RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBDatabaseInfo.ReadSeqCount Property

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

Pascal
property ReadSeqCount: TStringList;
C++
__property TStringList ReadSeqCount;

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 

 

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