Dataset that owns the TParams instance
Source position: db.pas line 1544
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