FireDAC.Phys.MongoDBWrapper.TMongoSelector.Exec

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Exec;

C++

void __fastcall Exec();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Phys.MongoDBWrapper.pas
FireDAC.Phys.MongoDBWrapper.hpp
FireDAC.Phys.MongoDBWrapper TMongoSelector

Description

Executes a removal operation based on the selector if the selector was instantiated by TMongoCollection.Remove using a fluent coding style.

See Also