FireDAC.Phys.MongoDBWrapper.TMongoCollection.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TMongoCollection();

Properties

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

Description

Destroys an instance of TMongoCollection.

The database collection that the destroyed instance of TMongoCollection represented is not destroyed. To destroy the actual database collection, use Drop instead.

See Also