DataSourceSaveMarkCommitted

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 DataSourceSaveMarkCommitted(  )

The DataSourceSaveMarkCommitted performs client commit for the complete master-detail chain of data sources.

Returns

This method does not return a value.

Comments

DataSourceSaveMarkCommitted is called by the DataSourceSave function during the save process. To perform client commit, DataSourceSaveMarkCommitted first calls DataSourceExecuteMarkCommitted to perform commit for the current data source, and then calls DataSourceSaveMarkCommitted in all child data sources.