Bde.DBTables.TDatabase.GetDataSet

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDataSet(Index: Integer): TDBDataSet; reintroduce;

C++

HIDESBASE TDBDataSet* __fastcall GetDataSet(int Index);

Properties

Type Visibility Source Unit Parent
function protected
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables TDatabase

Description

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

Bde.DBTables.TDatabase.GetDataSet inherits from Data.DB.TCustomConnection.GetDataSet. All content below this line refers to Data.DB.TCustomConnection.GetDataSet.

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

GetDataSet is the protected read implementation of the DataSets property.

See Also