FireDAC.Phys.MongoDBWrapper.TMongoCollection.DropIndex

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure DropIndex(const AName: String; AIgnoreObjNotExists: Boolean = False);

C++

void __fastcall DropIndex(const System::UnicodeString AName, 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 den Index mit dem angegebenen Namen aus der Sammlung.

Siehe auch