FireDAC.Phys.MongoDBWrapper.TMongoCollection.DropIndex

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also