FireDAC.Phys.MongoDBWrapper.TMongoCollection.Drop

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Drop(AIgnoreObjNotExists: Boolean = False);

C++

void __fastcall Drop(bool AIgnoreObjNotExists = false);

Properties

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

Description

Removes the collection itself from the database that contains it.

See Also