API:FireDAC.Phys.MongoDBDataSet.TFDMongoDataSet.BeforeApplyUpdates
Delphi
property BeforeApplyUpdates: TFDDataSetEvent read FBeforeApplyUpdates write FBeforeApplyUpdates;
C++
__property BeforeApplyUpdates;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| event | published | FireDAC.Phys.MongoDBDataSet.pas FireDAC.Phys.MongoDBDataSet.hpp | FireDAC.Phys.MongoDBDataSet | TFDMongoDataSet | 
Description
Fires before the cached updates are applied to the database.
FireDAC.Phys.MongoDBDataSet.TFDMongoDataSet.BeforeApplyUpdates inherits from FireDAC.Comp.DataSet.TFDDataSet.BeforeApplyUpdates. All content below this line refers to FireDAC.Comp.DataSet.TFDDataSet.BeforeApplyUpdates.
Fires before the cached updates are applied to the database.
The BeforeApplyUpdates event fires before the cached updates are applied to the database, as a result of the ApplyUpdates method call.