FireDAC.Phys.MongoDBWrapper.TMongoCollection.DropIndex

提供: RAD Studio API Documentation
移動先: 案内検索

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


説明

指定された名前のインデックスを、コレクションから削除します。

関連項目