FireDAC.Phys.MongoDBWrapper.TMongoDocument.AddMinKey
Delphi
function AddMinKey(const AKey: String): TMongoDocument;
C++
TMongoDocument* __fastcall AddMinKey(const System::UnicodeString AKey);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | FireDAC.Phys.MongoDBWrapper.pas FireDAC.Phys.MongoDBWrapper.hpp |
FireDAC.Phys.MongoDBWrapper | TMongoDocument |
Description
Adds a key-value pair or an array element of MinKey type and returns a reference to this object.
NOTE: When you add an array element, the
AKey
value is ignored.