Data.DB.TCustomConnection.GetDataSet

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDataSet(Index: Integer): TDataSet; virtual;

C++

virtual TDataSet* __fastcall GetDataSet(int Index);

Properties

Type Visibility Source Unit Parent
function protected
Data.DB.pas
Data.DB.hpp
Data.DB TCustomConnection

Description

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

GetDataSet is the protected read implementation of the DataSets property.

See Also