TBaseAureliusDataset.SetSource Method
Sets a custom TObjectSource as the fetch provider for this dataset.
Syntax
Unit: Aurelius.Bind.BaseDataset
procedure TBaseAureliusDataset.SetSource(ASource: TObjectSource);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| ASource | TObjectSource | The source object that will supply entity objects on demand. The dataset takes ownership of ASource and destroys it when the dataset is closed. |