FireDAC.Phys.MongoDBWrapper.TMongoSelector.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TMongoSelector();

Properties

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

Description

Destroys this instance of TMongoSelector.

Only destroy an instance of TMongoSelector that you create manually because you are using TMongoDatabase.ListCollections, or TMongoCollection.Remove with a regular coding style.

Do not destroy an instance of TMongoSelector that you obtain from TMongoCollection.Remove.

See Also