IMetabaseUpdateRemappings.FindByNewKey

Fore Syntax

FindByNewKey(Key: Integer): IMetabaseUpdateRemapping;

Fore.NET Syntax

FindByNewKey(Key: uinteger): Prognoz.Platform.Interop.Metabase.IMetabaseUpdateRemapping;

Parameters

Key. Key of element in consumer repository.

Description

The FindByNewKey method searches parameters of element mapping by its key in consumer repository.

Comments

If parameters are not found, the method returns Null.

See also:

IMetabaseUpdateRemappings