API:EMS.DataSetResource.TEMSFDDataSetAdaptor

From RAD Studio API Documentation

TEMSFDDataSetAdaptorEMS.DataSetResource.TEMSDataSetAdaptorSystem.TObject
[–] Properties
Type: class
Visibility: public
Source:
EMS.DataSetResource.pas
EMS.DataSetResource.hpp
Unit: EMS.DataSetResource
Parent: EMS.DataSetResource

Delphi

TEMSFDDataSetAdaptor = class (TEMSDataSetAdaptor)

C++

class PASCALIMPLEMENTATION TEMSFDDataSetAdaptor : public TEMSDataSetAdaptor

Description

Class that adapts a Delphi TDataSet for use within EMS. EMS.DataSetResource.TEMSFDDataSetAdaptor inherits from EMS.DataSetResource.TEMSDataSetAdaptor. All content below this line refers to EMS.DataSetResource.TEMSDataSetAdaptor.

Class that adapts a Delphi TDataSet for use within EMS.

Handles the conversion between dataset records and the JSON representation used by EMS REST endpoints.