Table of Contents

TBaseAureliusDataset.InternalList Property

Provides read-only access to the internal object list maintained by the dataset.

Remarks

The internal list holds objects when the source was provided via SetSourceCursor, SetSourceCriteria, or SetSourceObject. Objects fetched on demand are incrementally appended to this list as the dataset is navigated.

Syntax

Unit: Aurelius.Bind.BaseDataset

property TBaseAureliusDataset.InternalList: IReadOnlyObjectList

See also