FireDAC.Phys.MongoDBWrapper.TMongoObject.BLib

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property BLib: TMongoBSONLib read GetBLib;

C++

__property TMongoBSONLib* BLib = {read=GetBLib};

Eigenschaften

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


Beschreibung

Schreibgeschützt. Gibt eine Referenz auf das BSON-Bibliotheksobjekt zurück.

Hinweis: Diese Eigenschaft ist eine Verknüpfung zur Eigenschaft TMongoEnv.BLib.

Siehe auch