Data.DBXDBReaders.TDBXTableStorage.GetTableCount

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.DBXDBReaders.pas
Data.DBXDBReaders.hpp
Unit: Data.DBXDBReaders
Parent: TDBXTableStorage

Delphi

function GetTableCount: Integer; override;

C++

virtual int __fastcall GetTableCount();

Description

Returns the number of rows in the table.

Data.DBXDBReaders.TDBXTableStorage.GetTableCount inherits from Data.DBXCommonTable.TDBXTable.GetTableCount. All content below this line refers to Data.DBXCommonTable.TDBXTable.GetTableCount.

Returns the number of rows in the table.

GetTableCount is the getter method for the TableCount property. By default, GetTableCount returns 1, so every descendant of TDBXTable must implement it.

See Also