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

  • Reference: DataAbstractSimple_Intf.h
  • Namespace: DataAbstract
Value Description
SimpleDataMode_Delete Represents Delete change
SimpleDataMode_Insert Represents Insert change
SimpleDataMode_Update Represents Update change