Show contents 

Metabase > Metabase Assembly Interfaces > IMetabaseObjectDescriptor > IMetabaseObjectDescriptor.FetchChildren

IMetabaseObjectDescriptor.FetchChildren

Syntax

FetchChildren: IMetabaseObjectDescriptors;

Description

The FetchChildren method returns a collection of child object descriptions.

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 attribute of lazy 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