FireDAC.Phys.MongoDBWrapper.TMongoUpdate.TModifier.TArrayOperation.Field

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function Field(const AName: String; const AValues: Variant;  AEach, AClose: Boolean): TArrayOperation; overload;
function Field(const AName: String; const AValues: array of const;  AEach, AClose: Boolean): TArrayOperation; overload;

C++

HIDESBASE TMongoUpdate::TModifier::TArrayOperation* __fastcall Field(const System::UnicodeString AName, const System::Variant &AValues, bool AEach, bool AClose)/* overload */;
HIDESBASE TMongoUpdate::TModifier::TArrayOperation* __fastcall Field(const System::UnicodeString AName, const System::TVarRec *AValues, const int AValues_High, bool AEach, bool AClose)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
FireDAC.Phys.MongoDBWrapper.pas
FireDAC.Phys.MongoDBWrapper.hpp
FireDAC.Phys.MongoDBWrapper TArrayOperation

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.