FireDAC.Phys.MongoDBWrapper.TMongoExpression.BeginArray

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

Delphi

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

C++

TMongoExpression__1<T>* __fastcall BeginArray(const System::UnicodeString AKey);

プロパティ

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


説明

新しい入れ子配列を開き、この式への参照を返します。

メモ: 親配列の場合、AKey 値は無視されます。

関連項目