DataSourceSaveRemoved

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.

SalBoolean DataSourceSaveRemoved(  )

The DataSourceSaveRemoved method performs server deletion of records in the complete master-detail chain of data sources.

Returns

The return value is true if records are deleted successfully, false otherwise.

Comments

DataSourceSaveRemoved is called by the DataSourceSave method during the save process. To perform deletions, DataSourceSaveRemoved first calls DataSourceExecuteSqlDelete to delete records the current data source, and then calls DataSourceSaveRemoved in all child data sources.