Table of Contents

TFieldInclusion Enumeration

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

Remarks

Used as a set (TFieldInclusions) in the FieldInclusions property of TCustomAureliusDataset. Entity -- include entity fields for single-object (association) properties. Dataset -- include dataset fields for collection (many-valued association) properties.

Syntax

Unit: Aurelius.Bind.Dataset

Members

Name Value Description
Entity 0
Dataset 1