IMetabaseObjectParamValues.FindByKey

Syntax

FindByKey(Key: Integer): IMetabaseObjectParamValue;

Parameters

Key — key of repository object parameter.

Description

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

Comments

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

See also:

IMetabaseObjectParamValues