FireDAC.Phys.MongoDBWrapper.TMongoCollection.CancelBulk

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CancelBulk;

C++

void __fastcall CancelBulk();

Properties

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

Description

Aborts a bulk operation previously started by a call to BeginBulk.

CancelBulk finishes the bulk operation, and it does not submit any change to the database. All local changes (Insert, Update, and Remove) that you applied since the last call to BeginBulk are lost.

See Also