API:FireDAC.Phys.MongoDBWrapper.TMongoUpdate.TModifier.TPush.Field

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function Field(const AName: String; const AValues: Variant;  AEach: Boolean = True; ASlice: Integer = MaxInt; const ASort: String = ''): TPush; overload;
function Field(const AName: String; const AValues: array of const;  AEach: Boolean = True; ASlice: Integer = MaxInt; const ASort: String = ''): TPush; overload;

C++

HIDESBASE TMongoUpdate::TModifier::TPush* __fastcall Field(const System::UnicodeString AName, const System::Variant &AValues, bool AEach = true, int ASlice = 0x7fffffff, const System::UnicodeString ASort = System::UnicodeString())/* overload */;
HIDESBASE TMongoUpdate::TModifier::TPush* __fastcall Field(const System::UnicodeString AName, const System::TVarRec *AValues, const int AValues_High, bool AEach = true, int ASlice = 0x7fffffff, const System::UnicodeString ASort = System::UnicodeString())/* 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); }

Eigenschaften

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

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.