Datasnap.Provider.TPacketDataSet.CreateFromDelta

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure CreateFromDelta(Source: TPacketDataSet);

C++

void __fastcall CreateFromDelta(TPacketDataSet* Source);

Description

Copies the data from another packet dataset.

Applications should not need to call CreateFromDelta. This method is used internally when applying updates to create the error log of updates that could not be resolved. This log of update errors is eventually returned by the provider's ApplyUpdates method.

See Also