Data.DBXCommonTable.TDBXTableReader.GetColumnCount
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.DBXCommonTable.pas Data.DBXCommonTable.hpp
| |
Unit: Data.DBXCommonTable | |
Parent: TDBXTableReader |
Delphi
function GetColumnCount: Integer; override;
C++
virtual int __fastcall GetColumnCount();
Description
Returns the number of columns in the table.
The GetColumnCount method is used to return the number of columns in the table.