Table of Contents

TCriteria.RemovingDuplicatedEntities Method

Configures the criteria to remove duplicate entity instances from the results.

Remarks

Useful when querying with joined associations that may cause the same root entity to appear multiple times in the result set.

Syntax

Unit: Aurelius.Criteria.Base

function TCriteria.RemovingDuplicatedEntities: TCriteria;

See also