Table of Contents

Aurelius.Bind.Dataset Namespace

Classes

Name Description
TAureliusDataset The main Aurelius dataset component for binding entity objects to standard data-aware controls.
TCriteriaSource A Aurelius.​Bind.​Base​Dataset.​TObject​Source that fetches entity objects from the database in pages using a TCriteria query.
TCursorSource A Aurelius.​Bind.​Base​Dataset.​TObject​Source that fetches entity objects one at a time through an open database cursor.
TCustomAurelius​Dataset Base class for Aurelius dataset components that integrates the ORM mapping layer with the standard TDataset interface.

Enumerations

Name Description
TFieldInclusion Specifies which categories of object properties are automatically exposed as dataset fields when the dataset is opened without persistent fields.

Anonymous methods

Name Description
TAddFieldDefsProc Callback invoked during field definition initialization to recursively build field definitions for nested (sub-property) members of a class.