FireDAC.Phys.MongoDBWrapper.TMongoWriteConcern.Create

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

Delphi

constructor Create(AEnv: TMongoEnv; AOwningObj: TObject;  AHandle: Pmongoc_write_concern_t = nil);

C++

__fastcall TMongoWriteConcern(TMongoEnv* AEnv, System::TObject* AOwningObj, void * AHandle);

プロパティ

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


説明

新しい書き込み確認(write concern)オブジェクトを作成します。

関連項目