Data.DB.TDataSet.CreateNestedDataSet
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: protected | |
| Source: Data.DB.pas Data.DB.hpp
| |
| Unit: Data.DB | |
| Parent: TDataSet | |
Delphi
function CreateNestedDataSet(DataSetField: TDataSetField): TDataSet; virtual;
C++
virtual TDataSet* __fastcall CreateNestedDataSet(TDataSetField* DataSetField);
Description
Creates a nested dataset.
CreateNestedDataSet is used to create a nested dataset. The DataSetField parameter is the DataSetField property value of the returned dataset and represents the object that owns the new dataset.