FireDAC.Comp.Client.TFDCustomMemTable.MergeChangeLog

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: TFDCustomMemTable

Delphi

procedure MergeChangeLog; inline;

C++

void __fastcall MergeChangeLog();

Description

Shortcut for CommitUpdates.

MergeChangeLog is a shortcut for the CommitUpdates method. 

The property is for the TClientDataSet compatibility.

See Also