Data.DB.TDataSetField.NestedDataSet
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: Data.DB.pas Data.DB.hpp
| |
| Unit: Data.DB | |
| Parent: TDataSetField | |
Delphi
property NestedDataSet: TDataSet read GetNestedDataSet;
C++
__property TDataSet* NestedDataSet = {read=GetNestedDataSet};
Description
Indicates the dataset that is nested in the dataset field.
Read NestedDataSet to access the nested dataset of the dataset field.