ICubeCallbackBeforeSaveArgument.SkipDefaultSave

Syntax

SkipDefaultSave: Boolean;

Description

The SkipDefaultSave property determines whether execution of system data saving mechanism is skipped.

Comments

When saving data, the system mechanism generates required requests and executes transaction for inserting or updating data to DBMS. The property is set to False by default, data is saved to DBMS.

If it is required to cancel data saving to DBMS or change it by writing a custom application algorithm for saving data, set the SkipDefaultSave property to True. The OnAfterSave event will not be generated.

Example

The example of use is given in description of ICubeInstanceStorage.SaveMatrixCallback.

See also:

ICubeCallbackBeforeSaveArgument