FireDAC.Phys.MongoDBWrapper.TMongoDocument.AddUndefined

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

Delphi

function AddUndefined(const AKey: String): TMongoDocument;

C++

TMongoDocument* __fastcall AddUndefined(const System::UnicodeString AKey);

プロパティ

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


説明

種類が Undefined のキー/値ペアまたは配列要素を追加し、このオブジェクトの参照を返します。

メモ: 配列要素を追加する場合には、AKey の値は無視されます。

関連項目