Close all connected datasets.
Source position: db.pas line 2217
public procedure TDBTransaction.CloseDataSets; |
InCommit: Boolean |
); |
CloseDatasets closes all connected datasets (All TDBDataset instances whose Transaction property points to this TDBTransaction instance).
|
Dataset connected to a database. |
|
|
Transaction in which this dataset is running. |