FireDAC.Phys.MongoDBDataSet.TFDMongoQuery.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 | TFDMongoQuery |
Description
Fires before the cached updates are applied to the database. {{#multireplace:FireDAC.Phys.MongoDBDataSet.TFDMongoQuery.BeforeApplyUpdates|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FireDAC.Comp.DataSet.TFDDataSet.BeforeApplyUpdates|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FireDAC.Comp.DataSet.TFDDataSet.BeforeApplyUpdates|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
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.