FireDAC.Phys.MongoDBWrapper.TMongoQuery.TOptions.Hint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Hint: String read FHint write FHint;

C++

__property System::UnicodeString Hint = {read=FHint, write=FHint};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Phys.MongoDBWrapper.pas
FireDAC.Phys.MongoDBWrapper.hpp
FireDAC.Phys.MongoDBWrapper TOptions

Description

Forces MongoDB to use a specific index to fulfill the query.

When specified, it forces the query optimizer to use a specific index to fulfill the query. For more information, see MongoDB documentation.

See Also