Table of Contents

TEntityListArgs.Criteria Property

Gets the Aurelius criteria built from the client request.

Remarks

The criteria can be modified in the event handler, for example to add extra filters or orders, before it is executed and the results are sent to the client.

Syntax

Unit: XData.Module.Events

property TEntityListArgs.Criteria: TCriteria

See also