FireDAC.Phys.MongoDBWrapper.TMongoUpdate.TModifier.TPullAll.Field

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Field(const AName: String; const AValues: Variant): TPullAll; overload;
function Field(const AName: String; const AValues: array of const): TPullAll; overload;

C++

HIDESBASE TMongoUpdate::TModifier::TPullAll* __fastcall Field(const System::UnicodeString AName, const System::Variant &AValues)/* overload */;
HIDESBASE TMongoUpdate::TModifier::TPullAll* __fastcall Field(const System::UnicodeString AName, const System::TVarRec *AValues, const int AValues_High)/* 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); }

Properties

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

Description



Embarcadero Technologies does not currently have any additional information.