FireDAC.Comp.BatchMove.JSON.TFDJsonFormat

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: enum
Visibility: public
Source:
FireDAC.Comp.BatchMove.JSON.pas
FireDAC.Comp.BatchMove.JSON.hpp
Unit: FireDAC.Comp.BatchMove.JSON
Parent: FireDAC.Comp.BatchMove.JSON

Delphi

TFDJsonFormat = (jfJSON, jfJSONP, jfBSON);

C++

enum DECLSPEC_DENUM TFDJsonFormat : unsigned int { jfJSON, jfJSONP, jfBSON };

Description

Defines the format or structure of the JSON data used in a batch move operation.


See Also