FireDAC.Phys.MongoDBWrapper.TMongoDatabase.ListCollections

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
function public
FireDAC.Phys.MongoDBWrapper.pas
FireDAC.Phys.MongoDBWrapper.hpp
FireDAC.Phys.MongoDBWrapper TMongoDatabase


説明

指定されたセレクタと一致するコレクションのリストを返します。

関連項目