FireDAC.Phys.MongoDBWrapper.TMongoCollection.TRemoveFlag

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TRemoveFlag = (SingleRemove);

C++

enum class DECLSPEC_DENUM TRemoveFlag : unsigned int { SingleRemove };

Properties

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

Description

Enumerated type of flags that you can add to a TRemoveFlags set that you can pass to remove operations.

Possible values are:

Value Description

SingleRemove

Only remove the first document that the selector matches.

See Also