Data.SqlExpr.TSQLConnection.GetDataSet
Delphi
function GetDataSet(Index: Integer): TCustomSQLDataSet; reintroduce;
C++
HIDESBASE TCustomSQLDataSet* __fastcall GetDataSet(int Index);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | Data.SqlExpr.pas Data.SqlExpr.hpp |
Data.SqlExpr | TSQLConnection |
Description
Returns a dataset, given its index in the DataSets property array.
GetDataSet is the protected read implementation of the DataSets property.