IDBDatasetStatement Interface
Extends IDBStatement to expose the underlying TDataset used by data-access component adapters.
Syntax
Unit: Aurelius.Drivers.Interfaces
IDBDatasetStatement = interface(IDBStatement);
Methods
| Name | Description |
|---|---|
| GetDataset | Returns the TDataset that backs this statement. |