Datasnap.Provider.TCustomResolver.LogUpdateRecord

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Datasnap.Provider.pas
Datasnap.Provider.hpp
Unit: Datasnap.Provider
Parent: TCustomResolver

Delphi

procedure LogUpdateRecord(Tree: TUpdateTree); virtual;

C++

virtual void __fastcall LogUpdateRecord(TUpdateTree* Tree);

Description

Adds records to the error log if their data has been changed by another application.

When the InternalUpdateRecord method detects that a record includes other changes than those specified by an update in the delta packet, it calls LogUpdateRecord to add the changed and updated record to the error log so that the client dataset or XML broker can refresh the updated record. This error log is eventually returned by the ApplyUpdates method when the update operation ends.

The Tree parameter represents the set of updates being applied.

See Also