FireDAC.Phys.MongoDBWrapper.TMongoIndex.Keys

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Keys(const AJSON: String = ''): TKeys;

C++

TKeys* __fastcall Keys(const System::UnicodeString AJSON = System::UnicodeString());

Properties

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

Description

Fills the keys of the index with the specified JSON data (if any) and returns the keys builder object of the index object.

For information about the expected format of AJSON, see Create an Index or Create a Compound Index in the MongoDB Manual.

See Also