Data.FireDACJSONReflect.TFDJSONDeltasApplyUpdates

From RAD Studio API Documentation
Jump to: navigation, search

Data.FireDACJSONReflect.TFDJSONDeltasReaderData.FireDACJSONReflect.TFDJSONDataSetsReaderBaseSystem.TInterfacedObjectSystem.TObjectTFDJSONDeltasApplyUpdates

Delphi

TFDJSONDeltasApplyUpdates = class(TFDJSONDeltasReader, IFDJSONDeltasApplyUpdates)

C++

class PASCALIMPLEMENTATION TFDJSONDeltasApplyUpdates : public TFDJSONDeltasReader

Properties

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

Description

Delta list payload to apply updates.

Use this class to apply updates from an instance of TFDJSONDeltas.

Call TFDJSONDeltasApplyUpdates.Create to create an object that implements the IFDJSONDeltasApplyUpdates interface, or call class methods of TFDJSONDeltasApplyUpdates directly.

See Also