FireDAC.Comp.BatchMove.JSON.TFDJsonFormat

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TFDJsonFormat = (jfJSON, jfJSONP, jfBSON);

C++

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

Properties

Type Visibility Source Unit Parent
enum public
FireDAC.Comp.BatchMove.JSON.pas
FireDAC.Comp.BatchMove.JSON.hpp
FireDAC.Comp.BatchMove.JSON FireDAC.Comp.BatchMove.JSON

Description

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


See Also