FireDAC.Phys.MongoDBWrapper.TMongoDocument.AddUndefined
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の値は無視されます。