Table of Contents

TCriteria.Refreshing Method

Configures the criteria to refresh entity data from the database, bypassing the identity map cache.

Remarks

When refreshing is enabled, entities already tracked by the object manager will have their state updated from the database.

Syntax

Unit: Aurelius.Criteria.Base

function TCriteria.Refreshing: TCriteria;

See also