FireDAC.Phys.MongoDBWrapper.TMongoCollection.TInsertFlags

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

Delphi

type TInsertFlags = set of TMongoCollection.TInsertFlag;

C++

typedef System::Set<TInsertFlag, _DELPHI_SET_ENUMERATOR(TInsertFlag::ContinueOnError), _DELPHI_SET_ENUMERATOR(TInsertFlag::NoValidate)> TInsertFlags;

プロパティ

種類 可視性 ソース ユニット
set
typedef
public
FireDAC.Phys.MongoDBWrapper.pas
FireDAC.Phys.MongoDBWrapper.hpp
FireDAC.Phys.MongoDBWrapper TMongoCollection


説明

insert オペレーションに渡すことのできる、insert フラグのセット。

関連項目