The copy entity data activity can be used to transfer the values of an instance of an entity to another variable.
Activity properties
begin ToEntity.ShipperID := FromEntity.ShipperID.Value; ToEntity.Phone := FromEntity.Phone.Value; end; |
Resulting Code
You can exclude fields to be copied, separated by a comma.
Associations are not included in the copy activity.