FireDAC.Phys.MongoDBWrapper.TMongoCollection.TInsertFlags
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 フラグのセット。