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 data access interfaces

Purpose of the the SimpleDataMode enumeration is very similar to the purpose of the TDAChangeType enumeration, except the former one is never sent to over the wire.

Location

  • Unit: DataAbstractSimple_Intf.pas


Value Description
SimpleDataMode_Delete Current SimpleDeltaChange instance represents DELETE data operation
SimpleDataMode_Insert Current SimpleDeltaChange instance represents INSERT data operation
SimpleDataMode_Update Current SimpleDeltaChange instance represents UPDATE data operation