FireDAC.Phys.MongoDBWrapper.TMongoDatabase.ListCollections

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ListCollections(ASelector: TMongoSelector = nil): IMongoCursor;

C++

_di_IMongoCursor __fastcall ListCollections(TMongoSelector* ASelector = (TMongoSelector*)(0x0));

Properties

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

Description

Returns a list of collections that match the specified selector.

See Also