FireDAC.Phys.MongoDBWrapper.TMongoCollection.Drop

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure Drop(AIgnoreObjNotExists: Boolean = False);

C++

void __fastcall Drop(bool AIgnoreObjNotExists = false);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
FireDAC.Phys.MongoDBWrapper.pas
FireDAC.Phys.MongoDBWrapper.hpp
FireDAC.Phys.MongoDBWrapper TMongoCollection


Beschreibung

Löscht die Sammlung selbst aus der Datenbank, in der sie enthalten ist.

Siehe auch