FireDAC.Phys.MongoDBWrapper.TMongoDatabase.CommandSimple

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

Delphi

function CommandSimple(ACommand: TMongoDocument): TMongoDocument; overload;
function CommandSimple(const AJSON: String): TMongoDocument; overload;

C++

TMongoDocument* __fastcall CommandSimple(TMongoDocument* ACommand)/* overload */;
TMongoDocument* __fastcall CommandSimple(const System::UnicodeString AJSON)/* overload */;

プロパティ

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


説明

データベースで指定されたデータベース コマンドを実行し、サーバーからのレスポンスを格納するドキュメントを返します。

実行するデータベース コマンドを、TMongoCommand のインスタンスとして、または、JSON 形式で定義されたデータベース コマンドを格納する文字列として、指定することができます。

クエリ フラグのセットを指定するため、CommandCommandSimple の代わりに使用します。

関連項目