IgnoreErrors: Boolean;
The IgnoreErrors property determines whether it is possible to pass SQL command if an error occurs during its execution.
The property is set to False by default, and if during the execution of the SQL command an error occurs, the platform throws an exception and the update is stopped.
If the property is set to True, this command will be skipped if an error occurs during SQL command execution and the update will be continued from the next element.
If the property is set to True, queries with errors are skipped.
The property use is given in the example for IMetabaseUpdateSqlNode.Database.
See also: