Table of Contents

TCriteriaSource.Create Constructor

Creates a new criteria source with the specified query and page size.

Syntax

Unit: Aurelius.Bind.Dataset

constructor TCriteriaSource.Create(ACriteria: TCriteria; APageSize: Integer);

Parameters

<-> Parameter Type Description
ACriteria TCriteria The TCriteria that defines the query. Ownership is transferred to this source.
APageSize Integer The maximum number of records to fetch per database round trip.
Pass 0 to fetch all records in a single query.

See also