FireDAC.Phys.MongoDBWrapper.TMongoIndex.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AEnv: TMongoEnv); overload;

C++

__fastcall TMongoIndex(TMongoEnv* AEnv)/* overload */;

Properties

Type Visibility Source Unit Parent
constructor public
FireDAC.Phys.MongoDBWrapper.pas
FireDAC.Phys.MongoDBWrapper.hpp
FireDAC.Phys.MongoDBWrapper TMongoIndex

Description

Creates an instance of TMongoIndex using the specified MongoDB environment.

See Also