Bde.DBTables.TDatabase.DataSets
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: Bde.DBTables.pas Bde.DBTables.hpp
| |
| Unit: Bde.DBTables | |
| Parent: TDatabase | |
Delphi
property DataSets[Index: Integer]: TDBDataSet read GetDataSet;
C++
__property TDBDataSet* DataSets[int Index] = {read=GetDataSet};
Description
Provides an indexed array of all active datasets for a database component.
Use DataSets to access active datasets associated with a database component. An active dataset is one that is currently open.
Note: If a TBDEClientDataSet uses the connection component to connect to a database server, DataSets lists the internal dataset that the client dataset creates to access data, not the client dataset itself.