Data.DB.TCustomConnection.GetDataSet
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: protected | |
| Source: Data.DB.pas Data.DB.hpp
| |
| Unit: Data.DB | |
| Parent: TCustomConnection | |
Delphi
function GetDataSet(Index: Integer): TDataSet; virtual;
C++
virtual TDataSet* __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.