FireDAC.Phys.MongoDBWrapper.TMongoCollection.TInsertFlags

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TInsertFlags = set of TMongoCollection.TInsertFlag;

C++

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

Properties

Type Visibility Source Unit Parent
set
typedef
public
FireDAC.Phys.MongoDBWrapper.pas
FireDAC.Phys.MongoDBWrapper.hpp
FireDAC.Phys.MongoDBWrapper TMongoCollection

Description

Set of insert flags that you can pass to insert operations.

See Also