EntityDAC

TEntityDataSetOptions.SaveOnPost

Determines, whether the modified entity is saved automatically when the Post method is executed.

Unit

Syntax

Remarks

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.

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback