FireDAC.Phys.MongoDBWrapper.TMongoDocument.AsJSON

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property AsJSON: String read GetAsJSON write SetAsJSON;

C++

__property System::UnicodeString AsJSON = {read=GetAsJSON, write=SetAsJSON};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FireDAC.Phys.MongoDBWrapper.pas
FireDAC.Phys.MongoDBWrapper.hpp
FireDAC.Phys.MongoDBWrapper TMongoDocument


Beschreibung

Ermittelt und legt den Inhalt dieses Dokuments als JSON-String fest.


Siehe auch