Table of Contents

TXDataModuleEvents.OnEntityGet Property

Occurs after an entity is retrieved, right before it is sent to the client.

Remarks

It also occurs when the client requests only part of the entity, such as an individual property, blob data or an associated entity.

Syntax

Unit: XData.Module.Events

property TXDataModuleEvents.OnEntityGet: TEvent<TEntityGetArgs>>

See also