FireDAC.Comp.Client.TFDCustomSchemaAdapter.CommitUpdates

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: TFDCustomSchemaAdapter

Delphi

procedure CommitUpdates;

C++

void __fastcall CommitUpdates();

Description

Marks all records in this schema adapter changes log as unmodified and removes them from the changes log.

See Also