FireDAC.Phys.MongoDBWrapper.TMongoExpression.AddUndefined

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

Delphi

function AddUndefined(const AKey: String): TMongoExpression<T>; overload; inline;

C++

TMongoExpression__1<T>* __fastcall AddUndefined(const System::UnicodeString AKey)/* overload */;

プロパティ

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


説明

フィールド-値ペアまたは Undefined 型の配列要素を追加し、この式への参照を返します。

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

関連項目