SimpleDataMode
Overview
The SimpleDataMode enumeration designates kind of changes contained in the SimpleDeltaChange class instance. Instances of the SimpleDeltaChange class are used internally by the Data Abstract to store information about change data requests acquired via OData or REST data access interfaces
Purpose of the the SimpleDataMode enumeration is very similar to the purpose of the ChangeType enumeration, except the former one is never sent to over the wire.
Location
- Reference: RemObjects.DataAbstract.dll
- Namespace: RemObjects.DataAbstract.Server
Value | Description |
---|---|
Delete | Current DeltaChange instance represents DELETE data operation |
Insert | Current DeltaChange instance represents INSERT data operation |
Update | Current DeltaChange instance represents UPDATE data operation |
- ChangeType
- OData Publishing (.NET)
- REST Overview