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

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
function public
FireDAC.Phys.MongoDBWrapper.pas
FireDAC.Phys.MongoDBWrapper.hpp
FireDAC.Phys.MongoDBWrapper TPushAll

説明



このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。