IMbElementDependenciesDatabase.Update

Syntax

Update(Value: IMbElementDependencies);

Parameters

Value - dependencies information about which is necessary to update in repository database.

Description

The Update method updates information about dependencies in repository database.

Comments

If for specified dependencies the selection template IMbElementDependencies.Where is assigned the related records will be deleted. After delete information about passed dependencies will be added.

Example

The method use is given in example for the MbElementDependencyTemplateClass.Create constructor.

See also:

IMbElementDependenciesDatabase