Table of Contents

TCriteria.List<E> Method

Executes the query and returns all results as a typed object list.

Remarks

The criteria object may be automatically destroyed after this call depending on the AutoDestroy setting.

Syntax

Unit: Aurelius.Criteria.Base

function TCriteria.List: TObjectList<E>;

Type Parameters

Type Parameter Description
E The entity or result class type.

See also