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);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 | 
|---|---|---|---|---|
procedure function  | 
		public | FireDAC.Phys.MongoDBWrapper.pas FireDAC.Phys.MongoDBWrapper.hpp  | 
        FireDAC.Phys.MongoDBWrapper | TMongoCollection | 
説明
指定された名前のインデックスを、コレクションから削除します。