IMetabaseUpdateKeyMap.FindByOldKey

Fore Syntax

FindByOldKey(Key: Integer): IMetabaseUpdateObjectRemapping;

Fore.NET Syntax

FindByOldKey(Key: uinteger): Prognoz.Platform.Interop.Metabase.IMetabaseUpdateObjectRemapping;

Parameters

Key. Object key in update.

Description

The FindByOldKey method searches parameters of object mapping by its key in update.

Comments

If parameters are not found, the method returns Null.

See also:

IMetabaseUpdateKeyMap