FireDAC.Phys.MongoDBWrapper.TMongoConnection.operator []

From RAD Studio API Documentation
Jump to: navigation, search

C++

TMongoDatabase* operator[](const System::UnicodeString ADBName) { return this->Databases[ADBName]; }

Properties

Type Visibility Source Unit Parent
function public FireDAC.Phys.MongoDBWrapper.hpp FireDAC.Phys.MongoDBWrapper TMongoConnection

Description

Gives you access to the contents of the Databases property using the [] operator directly on this instance of TMongoConnection.