Table of Contents

TXDataServer.OnEntityList Event

Occurs when the client queries an entity collection, after the criteria is built from the request and right before it is executed.

Remarks

Use it to add extra filters or orders to the query before the results are sent to the client.

Syntax

Unit: XData.Comp.Server

property TXDataServer.OnEntityList: TEntityListEvent

See also