Table of Contents

TBaseAureliusDataset.CreateObjectOnPost Property

Gets or sets whether the new entity object is created at Post time rather than at Append/Insert time.

Remarks

When False (default), a new object is created as soon as the dataset enters insert state. When True, object creation is deferred until Post is called.

Syntax

Unit: Aurelius.Bind.BaseDataset

property TBaseAureliusDataset.CreateObjectOnPost: Boolean

See also