Product Information > JADE Schema Load Utility User’s Guide > Chapter 1 - Using the Schema Load Utility > deletePropertiesIfAbsent

deletePropertiesIfAbsent

The optional deletePropertiesIfAbsent parameter enables you to specify whether you want to delete properties that exist in the JADE database but are not defined in the incoming schema file.

The value of this parameter defaults to the value of the deleteIfAbsent parameter. For example, if you want to delete the classes, interfaces, and methods in the JADE database that are not in your schema file but you want to retain existing properties that are not in the incoming file, specify:

jadloadb path=d:\jade\system schemaFile=d:\jade\scm\test.scm ddbFile=d:\jade\scm\test.ddb deletePropertiesIfAbsent=false ini=d:\jade\myjade.ini deleteIfAbsent=true