IMetabaseUpdateKeyMap.FindByNewKey

Fore Syntax

FindByNewKey(Key: Integer): IMetabaseUpdateObjectRemapping;

Fore.NET Syntax

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

Parameters

Key. Destination repository object key.

Description

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

Comments

If parameters are not found, the method returns Null.

See also:

IMetabaseUpdateKeyMap