Data.DB.TCustomConnection.GetDataSetCount
Delphi
function GetDataSetCount: Integer; virtual;
C++
virtual int __fastcall GetDataSetCount();
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | protected | Data.DB.pas Data.DB.hpp | Data.DB | TCustomConnection | 
Description
Returns the value of the DataSetCount property.
GetDataSetCount is the protected read implementation of the DataSetCount property.