Database.delete()

Signature

int delete(Concept instance, boolean cascade)

Domain

ACTION, CONDITION, BUI

Description

Deletes the instance of the Concept passed from the associated database table.

Parameters

NameTypeDescription
instanceConceptThe concept to delete from the database.
cascadebooleanSet to true if delete should cascade to concept properties.

Returns

TypeDescription
intTotal number of records deleted and updated.

Cautions

none