FireDAC.Comp.BatchMove.JSON.TFDJsonFormat
[–] 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.