FireDAC.Phys.MongoDBWrapper.TMongoCollection.CreateIndex

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure CreateIndex(AIndex: TMongoIndex);

C++

void __fastcall CreateIndex(TMongoIndex* AIndex);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
FireDAC.Phys.MongoDBWrapper.pas
FireDAC.Phys.MongoDBWrapper.hpp
FireDAC.Phys.MongoDBWrapper TMongoCollection


Beschreibung

Erstellt den angegebenen Index in der Sammlung.

Siehe auch