IMbElementDependentsDatabase.Select_

Fore Syntax

Select_(Where: IMbElementDependentTemplate): IMbElementDependents;

Fore.NET Syntax

@Select(Where: Prognoz.Platform.Interop.Metabase.MbElementDependentTemplateClass): Prognoz.Platform.Interop.Metabase.IMbElementDependents;

Parameters

Where. Template, according to which dependencies are selected.

Description

The Select_ method returns parameters of dependencies corresponding with a specified template.

Comments

If there are not dependencies corresponding with a specified template the method returns an empty collection.

Fore and Fore.NET Examples

The property use is given in the example for IMbElementDependent.Dictionary.

See also:

IMbElementDependentsDatabase