Data.SqlExpr.TSQLConnection.GetDataSet

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

HIDESBASE TCustomSQLDataSet* __fastcall GetDataSet(int Index);

Propriétés

Type Visibilité  Source Unité  Parent
function protected
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr TSQLConnection

Description

Renvoie un ensemble de données, en fournissant son index dans le tableau de propriété DataSets.

GetDataSet est l'implémentation en lecture protégée de la propriété DataSets.

Voir aussi