FireDAC.Phys.MongoDBWrapper.TMongoUpdate.TModifier.TAddToSet.Field

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function Field(const AName: String; const AValues: Variant;  AEach: Boolean = True): TAddToSet; overload;
function Field(const AName: String; const AValues: array of const;  AEach: Boolean = True): TAddToSet; overload;

C++

HIDESBASE TMongoUpdate::TModifier::TAddToSet* __fastcall Field(const System::UnicodeString AName, const System::Variant &AValues, bool AEach = true)/* overload */;
HIDESBASE TMongoUpdate::TModifier::TAddToSet* __fastcall Field(const System::UnicodeString AName, const System::TVarRec *AValues, const int AValues_High, bool AEach = true)/* overload */;
inline TMongoUpdate::TModifier::TArrayOperation* __fastcall  Field(const System::UnicodeString AName, const System::Variant &AValues, bool AEach, bool AClose){ return TMongoUpdate::TModifier::TArrayOperation::Field(AName, AValues, AEach, AClose); }
inline TMongoUpdate::TModifier::TArrayOperation* __fastcall  Field(const System::UnicodeString AName, const System::TVarRec *AValues, const int AValues_High, bool AEach, bool AClose){ return TMongoUpdate::TModifier::TArrayOperation::Field(AName, AValues, AValues_High, AEach, AClose); }

Propriétés

Type Visibilité  Source Unité  Parent
function public
FireDAC.Phys.MongoDBWrapper.pas
FireDAC.Phys.MongoDBWrapper.hpp
FireDAC.Phys.MongoDBWrapper TAddToSet

Description



Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !