Quick question about deltas

Quick question which I know you’ll have the answer to…

On client TDAMemDataTables, are deltas generated when Post is called?

What I’m wondering is, if I edit such a table via strongly-typed classes, and set a column value to the same as it currently is, will a delta be generated for this? I’m presuming that the deltas are calulcated when I call Post and, at that point, it compares all the old and new field values and generates deltas only for those that differ.

Just after a sanity check here :slight_smile:

Deltas are generated at Post and Delete.
Streamers call Delta.RemoveUnchangedChanges in DoWriteDelta at writing delta to stream.