Metabase > Metabase Assembly Interfaces > IMetabaseObjectDescriptor > IMetabaseObjectDescriptor.FetchChildren
FetchChildren: IMetabaseObjectDescriptors;
The FetchChildren method returns a collection of child object descriptions.
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: