Table of Contents

TCriteria.Open<E> Method

Executes the query and returns a typed cursor for iterating over the results.

Remarks

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

Syntax

Unit: Aurelius.Criteria.Base

function TCriteria.Open: ICriteriaCursor<E>; overload;

Type Parameters

Type Parameter Description
E The entity or result class type.

See also