API:Bde.DBTables.TDatabase.GetDataSet

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Bde.DBTables.pas
Bde.DBTables.hpp
Unit: Bde.DBTables
Parent: TDatabase

Delphi

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

C++

HIDESBASE TDBDataSet* __fastcall GetDataSet(int Index);

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