Database.update()

Signature

int update(Concept instance)

Domain

ACTION, CONDITION, BUI

Description

Updates the instance of the Concept passed into the associated database table.

Parameters

NameTypeDescription
instanceConceptThe concept to update database with.

Returns

TypeDescription
intNumber of records updated

Cautions

none