FireDAC.Phys.MongoDBWrapper.TMongoCollection.DropIndex
Delphi
procedure DropIndex(const AName: String; AIgnoreObjNotExists: Boolean = False);
C++
void __fastcall DropIndex(const System::UnicodeString AName, 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 index with the specified name from the collection.