TAureliusDataset Class
The main Aurelius dataset component for binding entity objects to standard data-aware controls.
Remarks
Use TAureliusDataset to display and edit lists of entity objects in VCL or FireMonkey data-aware controls such as TDBGrid, TDBEdit, and TDBComboBox. It is a TDataset descendant compatible with all standard data-aware infrastructure.
Provide data via SetSourceList, SetSourceObject, SetSourceCursor, or SetSourceCriteria. Assign a TObjectManager to the Manager property to persist changes to the database automatically on every post and delete.
At design time, right-click the component and choose Load Field Definitions... to import field definitions from an entity class in a registered package.
Syntax
Unit: Aurelius.Bind.Dataset
TAureliusDataset = class(TCustomAureliusDataset);