FireDAC.Phys.MongoDBWrapper.TMongoCollection.CreateIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CreateIndex(AIndex: TMongoIndex);

C++

void __fastcall CreateIndex(TMongoIndex* AIndex);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Phys.MongoDBWrapper.pas
FireDAC.Phys.MongoDBWrapper.hpp
FireDAC.Phys.MongoDBWrapper TMongoCollection

Description

Creates the specified index in the collection.

See Also