FireDAC.Phys.MongoDBWrapper.TMongoObject.BLib
Delphi
property BLib: TMongoBSONLib read GetBLib;
C++
__property TMongoBSONLib* BLib = {read=GetBLib};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FireDAC.Phys.MongoDBWrapper.pas FireDAC.Phys.MongoDBWrapper.hpp |
FireDAC.Phys.MongoDBWrapper | TMongoObject |
Description
Read-only. Returns a reference to BSON library object.
Note: This property is a shortcut to the TMongoEnv.BLib property.