FireDAC.Phys.MongoDBWrapper.TMongoInsert.Destroy

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

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TMongoInsert(void);

プロパティ

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


説明

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

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

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

関連項目