FireDAC.Phys.MongoDBWrapper.TMongoUpdate.Destroy

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

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TMongoUpdate();

プロパティ

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


説明

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

通常のコーディング スタイルを使用しているため、手動で作成した TMongoUpdate のインスタンスのみを破壊します。

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

関連項目