IMetabaseObjectDescriptor.FetchDependents

Syntax

FetchDependents: IMetabaseObjectDescriptors;

Description

The FetchDependents method returns a collection of descriptions of the objects that depend on the given object.

Comments

As opposed to the IMetabaseObjectDescriptor.Dependents property this method returns a list of description of objects taking into account the objects for which the indicator of delayed description loading was set.

The property returns an empty collection, if any repository object does not depend on this object.

See also:

IMetabaseObjectDescriptor