FireDAC.Phys.MongoDBWrapper.TMongoInsert.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TMongoInsert();

Properties

Type Visibility Source Unit Parent
destructor public
FireDAC.Phys.MongoDBWrapper.pas
FireDAC.Phys.MongoDBWrapper.hpp
FireDAC.Phys.MongoDBWrapper TMongoInsert

Description

Destroys this instance of TMongoInsert.

Only destroy an instance of TMongoInsert that you create manually because you are using a regular coding style.

Do not destroy an instance of TMongoInsert that you obtain from TMongoCollection.Insert.

See Also