FireDAC.Phys.MongoDBWrapper.TMongoIndex.TKeys.Field

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function Field(const AName: String; AAscending: Boolean = True): TKeys; overload;
function Field(const AName: String; const AKind: String): TKeys; overload;

C++

TMongoIndex::TKeys* __fastcall Field(const System::UnicodeString AName, bool AAscending = true)/* overload */;
TMongoIndex::TKeys* __fastcall Field(const System::UnicodeString AName, const System::UnicodeString AKind)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
FireDAC.Phys.MongoDBWrapper.pas
FireDAC.Phys.MongoDBWrapper.hpp
FireDAC.Phys.MongoDBWrapper TKeys

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.