FireDAC.Phys.MongoDBWrapper.TMongoConnection.ListDatabases

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ListDatabases: IMongoCursor;

C++

_di_IMongoCursor __fastcall ListDatabases();

Properties

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

Description

Returns a cursor that you can use to access the list of databases of the MongoDB server.

See Also