DataSourceMarkRollback

Note: This page includes content based on the F1 documentation for Centura development. It may be partially converted to support APF development, but should be regarded to be of uncertain actuality. It is provided as is. Eventually, it should be replaced by documentation available from within Visual Studio.

SalNumber DataSourceMarkRollback(  )

The DataSourceMarkRollback performs client rollback for the complete master-detail chain of data sources.

Returns

This method does not return a value.

Comments

DataSourceMarkRollback is called by the DataSourceSave method during the save process. To perform client rollback, DataSourceMarkRollback first calls DataSourceExecuteMarkRollback to perform rollback for the current data source, and then calls DataSourceMarkRollback in all child data sources.