FireDAC.Phys.MongoDBDataSet.TFDMongoQuery.AfterApplyUpdates

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AfterApplyUpdates;

C++

__property AfterApplyUpdates;

Properties

Type Visibility Source Unit Parent
event published
FireDAC.Phys.MongoDBDataSet.pas
FireDAC.Phys.MongoDBDataSet.hpp
FireDAC.Phys.MongoDBDataSet TFDMongoQuery

Description

Fires after the cached updates are applied to the database.

FireDAC.Phys.MongoDBDataSet.TFDMongoQuery.AfterApplyUpdates inherits from FireDAC.Comp.DataSet.TFDDataSet.AfterApplyUpdates. All content below this line refers to FireDAC.Comp.DataSet.TFDDataSet.AfterApplyUpdates.

Fires after the cached updates are applied to the database.

The AfterApplyUpdates event fires after the cached updates are applied to the database, as a result of the ApplyUpdates method call.

See Also