DataSourceExecuteSqlDelete

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

The DataSourceExecuteSqlDelete method performs server deletion of all records marked for removal in a data source.

Returns

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

Comments

DataSourceExecuteSqlDelete is called by the DataSourceSaveRemoved method during the save process. To execute deletion of each record, DataSourceExecuteSqlDelete calls the DataRecordExecuteRemove method.