API:FireDAC.Phys.MongoDBDataSet.TFDMongoDataSet.BeforeApplyUpdates
| [–] Properties | |
|---|---|
| Type: event | |
| Visibility: published | |
| Source: FireDAC.Phys.MongoDBDataSet.pas FireDAC.Phys.MongoDBDataSet.hpp
| |
| Unit: FireDAC.Phys.MongoDBDataSet | |
| Parent: TFDMongoDataSet | |
Delphi
property BeforeApplyUpdates;
C++
__property BeforeApplyUpdates;
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.