FireDAC.Phys.MongoDBWrapper.TMongoSelector.Destroy

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

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TMongoSelector();

プロパティ

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


説明

TMongoSelector のインスタンスを破壊します。

TMongoDatabase.ListCollections を使用している、または、通常のコーディング スタイルTMongoCollection.Remove を使用して、手動で作成した場合にのみ、TMongoSelector のインスタンスを破壊します。

TMongoCollection.Remove から取得した TMongoSelector のインスタンスを破壊してはなりません。

関連項目