TInsertedArgs Class
Event arguments passed to the OnInserted callback after an entity has been inserted.
Syntax
Unit: Aurelius.Events.Manager
TInsertedArgs = class(TEntityArgs);
Properties
| Name | Description |
|---|---|
| Master | Gets the master-entity context when the insert was triggered by a cascade from a parent entity. |