Table of Contents

TBaseAureliusDataset.SubpropsDepth Property

Gets or sets the number of association levels for which sub-property fields are automatically created.

Remarks

When 0 (default), only top-level properties become fields. When set to 1 or more, sub-properties are also included up to the specified depth (e.g., depth 1 adds fields such as Customer.Name and Customer.Birthday).

Syntax

Unit: Aurelius.Bind.BaseDataset

property TBaseAureliusDataset.SubpropsDepth: Integer

See also