EntityDAC

TDataContext.SubmitChanges Method

The method is designed for saving changes in all attached entities.

Class

TDataContext

Syntax

procedure SubmitChanges;

Remarks

The method performs permanent saving of changes in all entities attached to the data context. Calling of the method is equivalent to consequent calling of the TCustomEntityContext.Save method for each entity attached to the data context, that was modified or deleted with TCustomEntityContext.Delete.

See Also

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