FireDAC.Phys.MongoDBWrapper.TMongoCollection.EndBulk

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure EndBulk;

C++

void __fastcall EndBulk();

Properties

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

Description

Submits to the database all changes (Insert, Update, and Remove) that you applied to the collection since the last call to BeginBulk.

EndBulk finishes the bulk operation. To start a new bulk operation, you must call BeginBulk again.

If you want to finish the bulk operation but you do not want to submit any change to the database, call CancelBulk to abort the bulk operation.

See Also