Data.FireDACJSONReflect.TFDJSONDeltas

From RAD Studio API Documentation

TFDJSONDeltasData.FireDACJSONReflect.TFDJSONDataSetsBaseSystem.TObject

Delphi

TFDJSONDeltas = class sealed(TFDJSONDataSetsBase)

C++

class PASCALIMPLEMENTATION TFDJSONDeltas : /*[[sealed]]*/ public TFDJSONDataSetsBase

Properties

Type Visibility Source Unit Parent
class public
Data.FireDACJSONReflect.pas
Data.FireDACJSONReflect.hpp
Data.FireDACJSONReflect Data.FireDACJSONReflect

Description

Delta list payload class.

Use TFDJSONDeltasWriter to write.
Use TFDJSONDeltasReader to read.
Use TFDJSONDeltasApplyUpdates to apply the delta.

See Also