Table of Contents

TCriteria.AutoDestroy Property

Gets or sets whether the criteria object is automatically destroyed after a query is executed.

Remarks

When True (the default), the criteria object is freed after calls to List, UniqueResult, Open, and similar query execution methods. Set to False to retain and reuse the criteria object.

Syntax

Unit: Aurelius.Criteria.Base

property TCriteria.AutoDestroy: Boolean

See also