Determines, whether the modified entity is saved automatically when the Post method is executed.
property SaveOnPost: Boolean default True;
If the property is set to True then the TEntity.Save method is called for the current entity in the dataset when the Post method is executed. When the property is False then modified entity is not saved automatically on Post, and has to be saved manually. The default value is True.