IMetabaseObjectDescriptor.FetchChildren

Syntax

FetchChildren: IMetabaseObjectDescriptors;

Description

The FetchChildren method returns a collection of descriptions of the child objects.

Comments

As opposed to the IMetabaseObjectDescriptor.Children property, this method returns not only descriptions of the immediate child objects, it also returns descriptions of objects for which the indicator of deferred description loading was set. The collection of source object descriptions is returned for the shortcut.

Method returns an empty collection, if the object has no child objects.

See also:

IMetabaseObjectDescriptor