FireDAC.Phys.MongoDBWrapper.TMongoDatabase.operator []

From RAD Studio API Documentation
Jump to: navigation, search

C++

TMongoCollection* operator[](const System::UnicodeString AColName) { return Collections[AColName]; }

Properties

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

Description

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