Enum EntityOperation
The type of operations that an IEntityUpdater uses for tracking changes in the context before sending them in one batch for a single save within a transaction
Namespace: LemonEdge.Core
Assembly: API.dll
Syntax
public enum EntityOperation : short
Fields
Name | Description |
---|---|
Delete | Indicates this is an existing item that is being deleted from the system |
Insert | Indicates the item is a new item and is being inserted into the system |
Update | Indicates this is an existing item that is being updated in the system |