IMetabaseObjectParamValues.FindByKey

Syntax

FindByKey(Key: Integer): IMetabaseObjectParamValue;

Parameters

Key — key of a parameter of repository object.

Description

The FindByKey method searches a parameter by the Key specified key.

Comments

In case of successful search the method returns parameters settings, otherwise it returns Null.

See also:

IMetabaseObjectParamValues