Data.DB.TCustomConnection.GetDataSet

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 GetDataSet(Index: Integer): TDataSet; virtual;

C++

virtual TDataSet* __fastcall GetDataSet(int Index);

Description

Returns a dataset, given its index in the DataSets property array.

GetDataSet is the protected read implementation of the DataSets property.

See Also