Data.SqlExpr.TSQLConnection.GetDataSet

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

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

C++

HIDESBASE TCustomSQLDataSet* __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