Datasnap.Provider.TPacketDataSet.CreateFromDelta

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CreateFromDelta(Source: TPacketDataSet);

C++

void __fastcall CreateFromDelta(TPacketDataSet* Source);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Datasnap.Provider.pas
Datasnap.Provider.hpp
Datasnap.Provider TPacketDataSet

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