UnitOfWorkCallBackScheduleSlot Enumeration |
Namespace: SD.LLBLGen.Pro.ORMSupportClasses
Member name | Value | Description | |
---|---|---|---|
PreEntityInsert | 0 | Execute the callback before the first entity is inserted. | |
PreEntityUpdate | 1 | Execute the callback after the last entity has been inserted but before the first entity will be updated. | |
PreEntityDelete | 2 | Execute the callback after the last entity has been updated but before the first entity will be deleted. | |
PostEntityDelete | 3 | Execute the callback after the last entity has been deleted. |
(c)2002-2018 Solutions Design bv