FireDAC.Phys.MongoDBWrapper.TMongoUpdate.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TMongoUpdate();

Properties

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

Description

Destroys this instance of TMongoUpdate.

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

Do not destroy an instance of TMongoUpdate that you obtain from TMongoCollection.Update.

See Also