Data.DB.TCustomConnection.GetDataSetCount

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function GetDataSetCount: Integer; virtual;

C++

virtual int __fastcall GetDataSetCount();

Description

Returns the value of the DataSetCount property.

GetDataSetCount is the protected read implementation of the DataSetCount property.

See Also