FireDAC.Phys.MongoDBWrapper.TMongoQuery.TOptions.ReturnKey

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ReturnKey: Boolean read FReturnKey write FReturnKey default False;

C++

__property bool ReturnKey = {read=FReturnKey, write=FReturnKey, default=0};

Properties

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

Description

Forces the cursor to only return fields included in the index.

For more information, see MongoDB Documentation.

See Also