Dataset that owns the TParams instance.
Source position: db.pas line 1554
public property TParams.Dataset : TDataSet read GetDataset;
Dataset is the TDataset instance that was specified when the TParams instance was created.
TParams.Create
Create a new instance of TParams.
TDataset
Base class for records-based data-access.