Data.SqlExpr.TSQLConnection.GetDataSet
[–] 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.